diff --git a/ChainableAnimationKit.podspec b/ChainableAnimationKit.podspec index b07a49e..928a4a7 100644 --- a/ChainableAnimationKit.podspec +++ b/ChainableAnimationKit.podspec @@ -6,8 +6,9 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/satishbabariya/DKChainableAnimationKit' s.authors = { "Satish Babariya" => "satish.babariya@gmail.com" } s.source = { :git => 'https://github.com/satishbabariya/DKChainableAnimationKit.git', :tag => s.version } - s.platforms = { :ios => "10.0" } + s.ios.deployment_target = '10.0' + s.tvos.deployment_target = '10.0' s.swift_version = '5.0' s.source_files = "Sources/DKChainableAnimationKit/*.swift" s.framework = "Foundation" ,"UIKit" -end \ No newline at end of file +end diff --git a/Package.swift b/Package.swift index 03cf729..2f41c5e 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "DKChainableAnimationKit", - platforms: [.iOS(.v10)], + platforms: [.iOS(.v10), .tvOS(.v10)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(