Merge pull request #2 from kazuhiro4949/master
add podspec tvos support
This commit is contained in:
commit
2377c52090
|
@ -15,6 +15,7 @@ Pod::Spec.new do |s|
|
|||
s.author = { "kahayash" => "kahayash@yahoo-corp.jp" }
|
||||
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.tvos.deployment_target = "9.0"
|
||||
s.source_files = "SwiftyXMLParser/*.swift"
|
||||
s.requires_arc = true
|
||||
|
||||
|
|
Loading…
Reference in New Issue