blob: 7b4c6be6233b129cdb605ab55c3eb9b43d48e001 [file] [log] [blame]
{
"name": "CrystDB",
"version": "0.1.0",
"summary": "CrystDB is a thread-safe Object Relational Mapping database that stores object based on SQLite.",
"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.",
"homepage": "https://github.com/Chasel-Shao/CrystDB.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chasel-Shao": "753080265@qq.com"
},
"source": {
"git": "https://github.com/Chasel-Shao/CrystDB.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "CrystDB/*.{h,m}",
"public_header_files": "CrystDB/*.{h}",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}