Skip to content

Commit

Permalink
Set pod version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsblumberg committed Feb 5, 2016
1 parent 98f907c commit 652f50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.1"
s.version = "0.3.2"
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.3.1" }
s.source = { :git => "https://github.com/getSenic/nuimo-swift.git", :tag => s.version }
s.framework = 'CoreBluetooth'
s.default_subspec = 'Core'

Expand Down

0 comments on commit 652f50f

Please sign in to comment.