[Add] TMNewsInformationSDK 0.0.999
[CocoaPods.git] / Specs / f / 0 / c / ThetaDB / 0.0.1 / ThetaDB.podspec.json
bloba0c144fe26d4ce1f19837ad891e5764407ffc250
2   "name": "ThetaDB",
3   "version": "0.0.1",
4   "summary": "A lightweight, embedded key-value database for mobile clients.",
5   "description": "ThetaDB is suitable for use on mobile clients with \"High-Read, Low-Write\" demands.",
6   "homepage": "https://github.com/TangentW/ThetaDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tangent": "tangent_w@outlook.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/TangentW/ThetaDB.git",
19     "tag": "0.0.1"
20   },
21   "swift_versions": "4.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "ios/ThetaDB/*.swift",
26       "vendored_frameworks": "ios/ThetaDBFFI.xcframework"
27     },
28     {
29       "name": "Coding",
30       "source_files": "ios/ThetaDB+Coding/*.swift",
31       "dependencies": {
32         "ThetaDB/Core": [
34         ]
35       }
36     }
37   ],
38   "swift_version": "4.0"