blob: 7b62c3b95cc2ae0c5e53a2fab6e551feae8bbe95 [file] [log] [blame]
{
"name": "ocORM",
"version": "2.0.0",
"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/orm",
"license": "MIT",
"authors": {
"maopl": "happympl@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maopenglin/orm.git",
"commit": "38e2fe603e07126ab2bba4508391fc2724170ac3"
},
"source_files": "ORMDB/ORM/*.{h,m}",
"exclude_files": "Classes/Exclude",
"libraries": "sqlite3.0",
"requires_arc": true
}