Merge pull request #51 from fabiocody/master

Update SwiftyXMLParser.podspec to support watchOS
This commit is contained in:
Kazuhiro Hayashi 2020-08-13 22:07:57 +09:00 committed by GitHub
commit ec6c1b66f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = '6.0'
s.source_files = "SwiftyXMLParser/*.swift"
s.requires_arc = true