We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599da0c commit cd0a8ceCopy full SHA for cd0a8ce
1 file changed
HandyJSON.podspec
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
3
s.author = {'xuyecan' => '[email protected]'}
4
s.license = 'Apache License 2.0'
5
s.requires_arc = true
6
- s.version = '4.1.1'
+ s.version = '4.2.0-beta1'
7
s.homepage = "https://github.com/alibaba/handyjson"
8
s.name = "HandyJSON"
9
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
18
s.watchos.deployment_target = '2.0'
19
s.tvos.deployment_target = '9.0'
20
21
- s.pod_target_xcconfig = { 'SWIFT_SUPPRESS_WARNINGS' => 'YES' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
22
end
0 commit comments