Skip to content

Commit

Permalink
updated podscpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriter committed May 19, 2016
1 parent b3acc66 commit 2f8bd7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PODS:
- Nimble (3.2.0)
- Nocilla (0.10.0)
- Quick (0.9.2)
- SwiftyHue (0.1.2):
- SwiftyHue (0.1.3):
- Alamofire (~> 3.4.0)
- CocoaAsyncSocket (~> 7.4.3)
- Gloss (~> 0.7)
Expand All @@ -36,7 +36,7 @@ SPEC CHECKSUMS:
Nimble: 703854335d181df169bbca9c97117b5cf8c47c1d
Nocilla: ae0a2b05f3087b473624ac2b25903695df51246a
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
SwiftyHue: 40fde45c71e4805ba5638eb48b5aaae0711d1e25
SwiftyHue: d3d98af1fc7bf3cced550d9a05022ca8a86ca3e6

PODFILE CHECKSUM: d17185e14d20017be33611ff0b8ab1c94ddfe27b

Expand Down
5 changes: 3 additions & 2 deletions SwiftyHue.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftyHue"
s.version = "0.1.3"
s.version = "0.1.4"
s.summary = "Philips Hue SDK written in swift."

# This description is used to generate tags and improve search results.
Expand All @@ -22,10 +22,11 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.authors = { "Marcel Dittmann" => "marceldittmann@gmx.de", "Jerome Schmitz" => "jerome.schmitz@gmx.net", "Nils Lattek" => "nilslattek@gmail.com" }
s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "v0.1.3" }
s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "v0.1.4" }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'

s.pod_target_xcconfig = { 'ENABLE_TESTABILITY[config=Debug]' => 'YES' }
s.source_files = 'SwiftyHue/Classes/**/*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public class DaylightSensorConfig: SensorConfig {

super.init(json: json)
}



public override func toJSON() -> JSON? {

if var superJson = super.toJSON() {
Expand Down

0 comments on commit 2f8bd7b

Please sign in to comment.