blob: 47534adaaaa42369d2b9ab2315b7c6cd3ae76152 [file] [log] [blame]
{
"name": "CTPersistance",
"version": "0.1.11",
"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": "5.0"
},
"source": {
"git": "https://github.com/casatwy/CTPersistance.git",
"tag": "0.1.11"
},
"source_files": "CTPersistance/CTPersistance/**/*.{h,m}",
"frameworks": "UIKit",
"libraries": "sqlite3",
"requires_arc": true
}