mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-01 06:07:41 +00:00
Podspec support for Apple TV
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
|
|||||||
s.source = { :git => 'https://github.com/magicismight/react-native-svg.git', :tag => "v#{s.version}" }
|
s.source = { :git => 'https://github.com/magicismight/react-native-svg.git', :tag => "v#{s.version}" }
|
||||||
s.source_files = 'ios/**/*.{h,m}'
|
s.source_files = 'ios/**/*.{h,m}'
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.platform = :ios, "7.0"
|
s.platforms = { :ios => "8.0", :tvos => "9.2" }
|
||||||
s.dependency 'React'
|
s.dependency 'React'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user