blob: bf741450753f8fd5cb3474d09cb82b00815fdbc6 [file] [log] [blame]
{
"name": "GTPersistance",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "GTPersistance/**/*.h",
"source_files": "GTPersistance/**/*.{h,m}",
"requires_arc": true,
"frameworks": "UIKit",
"libraries": "sqlite3",
"dependencies": {
"SQLCipher": [
]
}
}