Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f66297e

Browse files
authoredJun 22, 2018
Fix RNI18n.podspec to avoid "Error installing RNI18n"
package.json contains version as `"version": "2.0.12",`, however the tags named as `v2.0.12`.
1 parent 39d027c commit f66297e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎RNI18n.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = { "Alexander Zaytsev" => "alexander@say26.com" }
1212
s.ios.deployment_target = "7.0"
1313
s.tvos.deployment_target = "9.0"
14-
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
14+
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: "v" + s.version.to_s }
1515
s.source_files = "ios/**/*.{h,m}"
1616
s.requires_arc = true
1717

0 commit comments

Comments
 (0)
Please sign in to comment.