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