From 652f50f6ee5d928a2783ab8e2944ba7465eecb6d Mon Sep 17 00:00:00 2001 From: Lars Alexander Blumberg Date: Fri, 5 Feb 2016 15:12:58 +0100 Subject: [PATCH] Set pod version to 0.3.2 --- NuimoSwift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'