diff --git a/DeepLinkKit.podspec b/DeepLinkKit.podspec index 9af1975..3cea5ee 100644 --- a/DeepLinkKit.podspec +++ b/DeepLinkKit.podspec @@ -11,7 +11,9 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/button/DeepLinkKit.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/buttondev' - s.platform = :ios, '7.0' + s.ios.deployment_target = "7.0" + s.tvos.deployment_target = "9.0" + s.requires_arc = true s.source_files = 'DeepLinkKit/**/*.{h,m}'