Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/RNConfigReader.podspec.json

26 lines
499 B
JSON
Raw Normal View History

2020-08-24 17:13:42 +00:00
{
"name": "RNConfigReader",
"version": "1.0.0",
"summary": "RNConfigReader",
"description": "RNConfigReader",
"homepage": "https://github.com/csath/react-native-config-reader",
"license": "MIT",
"authors": {
"author": "author@domain.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/author/RNConfigReader.git",
"tag": "master"
},
"source_files": "ios/**/*",
"requires_arc": true,
"dependencies": {
"React": [
]
}
}