diff --git a/NuimoSwift.podspec b/NuimoSwift.podspec index 6940752..0b06733 100644 --- a/NuimoSwift.podspec +++ b/NuimoSwift.podspec @@ -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 @@ -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'