blob: f40e989a527c9893a3abc64d60b2f4201a9327af [file] [log] [blame]
{
"name": "ocORM",
"version": "2.0.1",
"summary": "Objective c 对象 转换为sql",
"description": "A longer description of ocORM in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/maopenglin/oc_ORM_Sqlite",
"license": "MIT",
"authors": {
"maopl": "happympl@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maopenglin/oc_ORM_Sqlite.git",
"commit": "daac5e3807e8b10b2c0de43892381d04c375ec82"
},
"source_files": "ORMDB/ORM/*.{h,m}",
"exclude_files": "Classes/Exclude",
"libraries": "sqlite3.0",
"requires_arc": true
}