Skip to content

Commit

Permalink
Set Pod version to 0.3.0 (and support MacOSX 10.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsblumberg committed Dec 21, 2015
1 parent 693fc19 commit 962420b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NuimoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NuimoSwift"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Swift library for connecting and communicating with Senic's Nuimo controllers"
s.description = <<-DESC
Swift library for connecting and communicating with Senic's Nuimo controllers
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.9"

s.source = { :git => "https://github.com/getSenic/nuimo-swift.git", :tag => "0.2.0" }
s.source = { :git => "https://github.com/getSenic/nuimo-swift.git", :tag => "0.3.0" }
s.framework = 'CoreBluetooth'
s.default_subspec = 'Core'

Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.subspec 'WebSockets' do |ws|
ws.ios.deployment_target = "8.0"
ws.osx.deployment_target = "10.10" # SwiftWebSocket pod doesn't work w/ MacOS 10.9
ws.osx.deployment_target = "10.9"
ws.source_files = "SDK/WebSocket/*.swift"
ws.xcconfig = { 'OTHER_SWIFT_FLAGS' => '$(inherited) -DNUIMO_USE_WEBSOCKETS' }
ws.dependency 'NuimoSwift/Core'
Expand Down

0 comments on commit 962420b

Please sign in to comment.