Skip to content

Commit 9d934d1

Browse files
committed
format podspec
1 parent f111ef9 commit 9d934d1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

HandyJSON.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
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"
62

73
s.author = {'xuyecan' => '[email protected]'}
84
s.license = 'Apache License 2.0'
@@ -17,5 +13,10 @@ Pod::Spec.new do |s|
1713
s.summary = 'A Json Serialization & Deserialization Library for Swift'
1814
s.description = 'A Handy Json Library for Swift which serials object to json and deserials json to object'
1915

16+
s.ios.deployment_target = '8.0'
17+
s.osx.deployment_target = '10.9'
18+
s.watchos.deployment_target = '2.0'
19+
s.tvos.deployment_target = '9.0'
20+
2021
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
2122
end

0 commit comments

Comments
 (0)