1{
2  "name": "RNCAsyncStorage",
3  "version": "1.17.11",
4  "summary": "Asynchronous, persistent, key-value storage system for React Native.",
5  "license": "MIT",
6  "authors": "Krzysztof Borowy <[email protected]>",
7  "homepage": "https://github.com/react-native-async-storage/async-storage#readme",
8  "platforms": {
9    "ios": "9.0",
10    "tvos": "9.2",
11    "osx": "10.14"
12  },
13  "source": {
14    "git": "https://github.com/react-native-async-storage/async-storage.git",
15    "tag": "v1.17.11"
16  },
17  "source_files": "ios/**/*.{h,m}",
18  "dependencies": {
19    "React-Core": []
20  }
21}
22