Merge pull request #51 from fabiocody/master
Update SwiftyXMLParser.podspec to support watchOS
This commit is contained in:
commit
ec6c1b66f2
|
@ -17,6 +17,7 @@ Pod::Spec.new do |s|
|
||||||
s.ios.deployment_target = "8.0"
|
s.ios.deployment_target = "8.0"
|
||||||
s.tvos.deployment_target = "9.0"
|
s.tvos.deployment_target = "9.0"
|
||||||
s.osx.deployment_target = "10.10"
|
s.osx.deployment_target = "10.10"
|
||||||
|
s.watchos.deployment_target = '6.0'
|
||||||
|
|
||||||
s.source_files = "SwiftyXMLParser/*.swift"
|
s.source_files = "SwiftyXMLParser/*.swift"
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
|
|
Loading…
Reference in New Issue