Merge pull request #2 from kazuhiro4949/master

add podspec tvos support
This commit is contained in:
Kazuhiro Hayashi 2016-08-08 11:17:23 +09:00 committed by GitHub
commit 2377c52090
1 changed files with 1 additions and 0 deletions

View File

@ -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