We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d027c commit f66297eCopy full SHA for f66297e
RNI18n.podspec
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
s.author = { "Alexander Zaytsev" => "alexander@say26.com" }
12
s.ios.deployment_target = "7.0"
13
s.tvos.deployment_target = "9.0"
14
- 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: "v" + s.version.to_s }
15
s.source_files = "ios/**/*.{h,m}"
16
s.requires_arc = true
17
0 commit comments