[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 3 / 1 / 6 / CrystDB / 0.0.1 / CrystDB.podspec.json
blobd1b065771de5c0682b8cfef12e48d93d086f66e5
2   "name": "CrystDB",
3   "version": "0.0.1",
4   "summary": "CrystDB is a thread-safe Object Relational Mapping database that stores object based on SQLite.",
5   "description": "CrystDB has these features:\n  * It can automatically transform the property type of an object to storage sqlite type  for each object \n to get better performance.\n  * Uses the class to sort object and is not affected by modifying the class structure.\n  * Supports filtering by conditions.",
6   "homepage": "https://github.com/Chasel-Shao/CrystDB.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chasel-Shao": "753080265@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Chasel-Shao/CrystDB.git",
16     "tag": "0.0.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "CrystDB/*.{h,m}",
23   "public_header_files": "CrystDB/*.{h}",
24   "libraries": "sqlite3",
25   "frameworks": [
26     "UIKit",
27     "CoreFoundation"
28   ]