[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 7 / ocORM / 2.0.0 / ocORM.podspec.json
blob7b62c3b95cc2ae0c5e53a2fab6e551feae8bbe95
2   "name": "ocORM",
3   "version": "2.0.0",
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/orm",
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/orm.git",
16     "commit": "38e2fe603e07126ab2bba4508391fc2724170ac3"
17   },
18   "source_files": "ORMDB/ORM/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "libraries": "sqlite3.0",
21   "requires_arc": true