Skip to content

Commit

Permalink
Update MessagePack.swift.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed Nov 15, 2015
1 parent 08817ea commit 8cd4e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MessagePack.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'MessagePack.swift'
s.version = '0.1.2'
s.version = '1.1.0'
s.summary = "It's like JSON, but fast and small...and Swift!"
s.homepage = 'https://github.com/a2/MessagePack.swift'
s.license = 'MIT'
s.author = { 'Alexsander Akers' => '[email protected]' }
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => '0.1.2' }
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => s.version.to_s }
s.source_files = 'MessagePack/*.{h,swift}'
end

0 comments on commit 8cd4e5c

Please sign in to comment.