blob: c0c26e90350c38a336d1872ef3d0e2c7e4167805 [file] [log] [blame]
{
"name": "SQLitePersistentObject",
"version": "0.3.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.3.2"
},
"platforms": {
"ios": "5.1.1",
"osx": "10.7"
},
"source_files": "DDSQLiteKit/SQLitePersistentObject/*.{h,m}",
"requires_arc": true,
"libraries": "sqlite3.0"
}