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

23 lines
577 B
JSON

{
"name": "RNCAsyncStorage",
"version": "1.10.0",
"summary": "Asynchronous, persistent, key-value storage system for React Native.",
"license": "MIT",
"authors": "Krzysztof Borowy <krizzu.dev@gmail.com>",
"homepage": "https://github.com/react-native-community/react-native-async-storage#readme",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/react-native-community/react-native-async-storage.git",
"tag": "v1.10.0"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
"React": [
]
}
}