Skip to content

Commit

Permalink
Fix RNI18n.podspec to avoid "Error installing RNI18n"
Browse files Browse the repository at this point in the history
package.json contains version as `"version": "2.0.12",`, however the tags named as `v2.0.12`.
  • Loading branch information
olegserov authored Jun 22, 2018
1 parent 39d027c commit f66297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNI18n.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.author = { "Alexander Zaytsev" => "[email protected]" }
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: "v" + s.version.to_s }
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit f66297e

Please sign in to comment.