blob: 26c03372f14cb98c79ce2772507bab43eced8686 [file] [log] [blame]
{
"name": "GTPersistance",
"version": "0.0.1",
"summary": "Objective-C Model Layer with SQLite.",
"homepage": "https://github.com/liuxc123/GTPersistance",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTPersistance.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GTPersistance/**/*",
"requires_arc": true,
"frameworks": "UIKit",
"libraries": "sqlite3",
"dependencies": {
"SQLCipher": [
],
"GTMediator": [
]
}
}