[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / a / 0 / 9 / AsyncStorageSQLite / 0.0.1 / AsyncStorageSQLite.podspec.json
blob946ddd7efb5666a364bd73e95b6df0a8d86c26b5
2   "name": "AsyncStorageSQLite",
3   "version": "0.0.1",
4   "summary": "Multiplatform key-value storage backed by SQLite for React Native Async Storage",
5   "homepage": "https://github.com/react-native-async-storage/sqlite-storage-native",
6   "license": "MIT",
7   "authors": "Krzysztof Borowy",
8   "source": {
9     "git": "https://github.com/react-native-async-storage/sqlite-storage-native.git",
10     "tag": "0.0.1"
11   },
12   "swift_versions": "5.8",
13   "platforms": {
14     "ios": "13.0"
15   },
16   "vendored_frameworks": "AsyncStorageSQLite/SQLiteStorageKMP.xcframework",
17   "source_files": "AsyncStorageSQLite/src/**/*.{swift}",
18   "dependencies": {
19     "KMPNativeCoroutinesAsync": [
20       "1.0.0-ALPHA-24"
21     ]
22   },
23   "swift_version": "5.8"