mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-02-23 01:08:17 +00:00
[Podspec] Add tvOS platform
This commit is contained in:
parent
98c5c878a8
commit
9d540641fd
@ -8,7 +8,8 @@ Pod::Spec.new do |s|
|
|||||||
s.summary = "React Native + i18n.js"
|
s.summary = "React Native + i18n.js"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.author = { "Alexander Zaytsev" => "alexander@say26.com" }
|
s.author = { "Alexander Zaytsev" => "alexander@say26.com" }
|
||||||
s.platform = :ios, "7.0"
|
s.ios.deployment_target = '7.0'
|
||||||
|
s.tvos.deployment_target = '9.0'
|
||||||
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
|
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
|
||||||
s.source_files = "ios/**/*.{h,m}"
|
s.source_files = "ios/**/*.{h,m}"
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user