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