[Add] HandyStorage 1.0.3
[CocoaPods.git] / Specs / 4 / 3 / 7 / ocORM / 2.0.1 / ocORM.podspec.json
blobf40e989a527c9893a3abc64d60b2f4201a9327af
2   "name": "ocORM",
3   "version": "2.0.1",
4   "summary": "Objective c 对象 转换为sql",
5   "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!",
6   "homepage": "https://github.com/maopenglin/oc_ORM_Sqlite",
7   "license": "MIT",
8   "authors": {
9     "maopl": "happympl@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/maopenglin/oc_ORM_Sqlite.git",
16     "commit": "daac5e3807e8b10b2c0de43892381d04c375ec82"
17   },
18   "source_files": "ORMDB/ORM/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "libraries": "sqlite3.0",
21   "requires_arc": true