blob: dfc0ed7bd33ec6defc658ae9105816f71de6fdb1 [file] [log] [blame]
{
"name": "SQLitePersistentObject",
"version": "0.2",
"license": "MIT",
"summary": "An ORM kit of object persistence use SQLite",
"homepage": "https://github.com/openboy2012/DDSQLiteKit.git",
"authors": {
"DeJohn Dong": "dongjia_9251@126.com"
},
"source": {
"git": "https://github.com/openboy2012/DDSQLiteKit.git",
"tag": "0.2"
},
"platforms": {
"ios": "5.1.1",
"osx": "10.7"
},
"source_files": "DDSQLiteKit/SQLitePersistentObject/*.{h,m}",
"requires_arc": true,
"libraries": "sqlite3.0"
}