blob: 01ddcab1b476f7a8b908f038d59a670a8e8e6d14 [file] [log] [blame]
{
"name": "CTPersistance",
"version": "199",
"summary": "Objective-C Model Layer with SQLite.",
"description": "A Model Layer for SQLite which written with Objective-C.",
"homepage": "https://github.com/casatwy/CTPersistance",
"license": "MIT",
"authors": {
"CasaTaloyum": "casatwy@msn.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/casatwy/CTPersistance.git",
"tag": "199"
},
"source_files": "CTPersistance/CTPersistance/**/*.{h,m}",
"frameworks": "UIKit",
"libraries": "sqlite3",
"requires_arc": true,
"dependencies": {
"SQLCipher": [
],
"CTMediator": [
]
}
}