Skip to content

Commit

Permalink
Merge pull request AlexanderZaytsev#195 from olegserov/patch-1
Browse files Browse the repository at this point in the history
Fix RNI18n.podspec to avoid "Error installing RNI18n"
  • Loading branch information
zoontek authored Jun 24, 2018
2 parents 39d027c + f66297e commit 32deead
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 32deead

Please sign in to comment.