From f66297e514eb2ada0ccf1975194e8d0f15cd514a Mon Sep 17 00:00:00 2001 From: Oleg Serov Date: Fri, 22 Jun 2018 16:44:02 -0400 Subject: [PATCH] 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`. --- RNI18n.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNI18n.podspec b/RNI18n.podspec index c51ad71..63662fa 100644 --- a/RNI18n.podspec +++ b/RNI18n.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.author = { "Alexander Zaytsev" => "alexander@say26.com" } 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