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