We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd4e5c commit 3d9e8b7Copy full SHA for 3d9e8b7
MessagePack.swift.podspec
@@ -1,12 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'MessagePack.swift'
3
- s.version = '1.1.0'
+ s.version = '1.1.1'
4
s.summary = "It's like JSON, but fast and small...and Swift!"
5
s.homepage = 'https://github.com/a2/MessagePack.swift'
6
s.license = 'MIT'
7
s.author = { 'Alexsander Akers' => 'me@a2.io' }
8
s.ios.deployment_target = '8.0'
9
s.osx.deployment_target = '10.9'
10
+ s.watchos.deployment_target = '2.0'
11
+ s.tvos.deployment_target = '9.0'
12
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => s.version.to_s }
13
s.source_files = 'MessagePack/*.{h,swift}'
14
end
0 commit comments