We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f111ef9 commit 9d934d1Copy full SHA for 9d934d1
1 file changed
HandyJSON.podspec
@@ -1,8 +1,4 @@
1
Pod::Spec.new do |s|
2
- s.ios.deployment_target = '8.0'
3
- s.osx.deployment_target = "10.9"
4
- s.watchos.deployment_target = "2.0"
5
- s.tvos.deployment_target = "9.0"
6
7
s.author = {'xuyecan' => '[email protected]'}
8
s.license = 'Apache License 2.0'
@@ -17,5 +13,10 @@ Pod::Spec.new do |s|
17
13
s.summary = 'A Json Serialization & Deserialization Library for Swift'
18
14
s.description = 'A Handy Json Library for Swift which serials object to json and deserials json to object'
19
15
16
+ s.ios.deployment_target = '8.0'
+ s.osx.deployment_target = '10.9'
+ s.watchos.deployment_target = '2.0'
+ s.tvos.deployment_target = '9.0'
20
+
21
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
22
end
0 commit comments