Merge pull request #46 from Tagir-A/patch-1

Add support for tvOS
This commit is contained in:
Kevin Leung 2019-10-23 01:45:50 +08:00 committed by GitHub
commit f540bd21c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = package['author']
s.homepage = package['homepage']
s.platform = :ios, "9.0"
s.platforms = { :ios => "9.0", :tvos => "11.0" }
s.ios.deployment_target = '9.0'
s.preserve_paths = 'README.md', 'package.json', 'index.js'