vn-verdnaturachat/ios/Pods/Local Podspecs/RNLocalize.podspec.json

24 lines
555 B
JSON
Raw Normal View History

{
"name": "RNLocalize",
"dependencies": {
"React": [
]
},
"version": "1.4.0",
"license": "MIT",
"summary": "A toolbox for your React Native app localization.",
"authors": "Mathieu Acthernoene <zoontek@gmail.com>",
"homepage": "https://github.com/react-native-community/react-native-localize",
"platforms": {
2019-11-18 17:52:08 +00:00
"ios": "9.0",
"tvos": "11.0"
},
2019-11-18 17:52:08 +00:00
"requires_arc": true,
"source": {
"git": "https://github.com/react-native-community/react-native-localize.git",
"tag": "1.4.0"
},
"source_files": "ios/*.{h,m}"
}