diff --git a/ChainableAnimations.podspec b/ChainableAnimations.podspec index ec4dc75..9477932 100644 --- a/ChainableAnimations.podspec +++ b/ChainableAnimations.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.source = { :git => 'https://github.com/jhurray/JHChainableAnimations.git', :tag => s.version.to_s } s.source_files = 'JHChainableAnimations/*{.h,.c,.m,.swift}', 'Frameworks-Swift/ChainableAnimations.h' - s.platform = :ios s.ios.deployment_target = '9.0' + s.tvos.deployment_target = '9.0' s.requires_arc = true end diff --git a/JHChainableAnimations.podspec b/JHChainableAnimations.podspec index f820eff..97c257a 100644 --- a/JHChainableAnimations.podspec +++ b/JHChainableAnimations.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.source = { :git => 'https://github.com/jhurray/JHChainableAnimations.git', :tag => s.version.to_s } s.source_files = 'JHChainableAnimations/*{.h,.c,.m}', 'Frameworks-iOS/JHChainableAnimations.h' - s.platform = :ios s.ios.deployment_target = '7.0' + s.tvos.deployment_target = '9.0' s.requires_arc = true end