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