mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-01-24 10:59:04 +00:00
Fix #26
This commit is contained in:
parent
42755848b5
commit
b9d31778d9
@ -8,7 +8,7 @@ Pod::Spec.new do |s|
|
||||
s.summary = "React Native + i18n.js"
|
||||
s.license = "MIT"
|
||||
s.author = { "Alexander Zaytsev" => "alexander@say26.com" }
|
||||
s.platform = :ios, "8.0"
|
||||
s.platform = :ios, "7.0"
|
||||
s.source = { git: "https://github.com/AlexanderZaytsev/react-native-i18n.git", tag: s.version.to_s }
|
||||
s.source_files = 'RNI18n/*.{h,m}'
|
||||
s.preserve_paths = "**/*.js"
|
||||
|
@ -379,7 +379,7 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
||||
MTL_ENABLE_DEBUG_INFO = YES;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = iphoneos;
|
||||
@ -416,7 +416,7 @@
|
||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
|
||||
MTL_ENABLE_DEBUG_INFO = NO;
|
||||
SDKROOT = iphoneos;
|
||||
VALIDATE_PRODUCT = YES;
|
||||
|
Loading…
x
Reference in New Issue
Block a user