Skip to content

Commit 3d9e8b7

Browse files
committed
Update podspec
1 parent 8cd4e5c commit 3d9e8b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MessagePack.swift.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'MessagePack.swift'
3-
s.version = '1.1.0'
3+
s.version = '1.1.1'
44
s.summary = "It's like JSON, but fast and small...and Swift!"
55
s.homepage = 'https://github.com/a2/MessagePack.swift'
66
s.license = 'MIT'
77
s.author = { 'Alexsander Akers' => 'me@a2.io' }
88
s.ios.deployment_target = '8.0'
99
s.osx.deployment_target = '10.9'
10+
s.watchos.deployment_target = '2.0'
11+
s.tvos.deployment_target = '9.0'
1012
s.source = { :git => 'https://github.com/a2/MessagePack.swift.git', :tag => s.version.to_s }
1113
s.source_files = 'MessagePack/*.{h,swift}'
1214
end

0 commit comments

Comments
 (0)