Skip to content

Commit

Permalink
Set podspec version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsblumberg committed Jun 29, 2016
1 parent 63124b5 commit b211f17
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.5.1"
s.version = "0.6.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 => "v#{s.version}" }
s.source = { :git => "https://github.com/getSenic/nuimo-swift.git", :tag => "#{s.version}" }
s.framework = 'CoreBluetooth'
s.source_files = "SDK/*.swift"
end

0 comments on commit b211f17

Please sign in to comment.