Skip to content

Commit cd0a8ce

Browse files
committed
(podspec) update version
1 parent 599da0c commit cd0a8ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HandyJSON.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.author = {'xuyecan' => '[email protected]'}
44
s.license = 'Apache License 2.0'
55
s.requires_arc = true
6-
s.version = '4.1.1'
6+
s.version = '4.2.0-beta1'
77
s.homepage = "https://github.com/alibaba/handyjson"
88
s.name = "HandyJSON"
99

@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.watchos.deployment_target = '2.0'
1919
s.tvos.deployment_target = '9.0'
2020

21-
s.pod_target_xcconfig = { 'SWIFT_SUPPRESS_WARNINGS' => 'YES' }
21+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
2222
end

0 commit comments

Comments
 (0)