[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / 4 / SJDBMap / 1.2.0.4 / SJDBMap.podspec.json
blobe6fa56bf25883a83d57a150e97452c24370a19f2
2   "name": "SJDBMap",
3   "version": "1.2.0.4",
4   "summary": "Automatically create tables based on the model.",
5   "description": "https://github.com/changsanjiang/SJDBMap/blob/master/README.md",
6   "homepage": "https://github.com/changsanjiang/SJDBMap",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJDBMap.git",
19     "tag": "v1.2.0.4"
20   },
21   "requires_arc": true,
22   "ios": {
23     "libraries": "sqlite3"
24   },
25   "public_header_files": "SJDBMap/SJDBMap.h",
26   "source_files": "SJDBMap/SJDBMap.h",
27   "subspecs": [
28     {
29       "name": "DatabaseMapping",
30       "source_files": "SJDBMap/DatabaseMapping/*.{h,m}",
31       "dependencies": {
32         "SJDBMap/Protocol": [
34         ]
35       }
36     },
37     {
38       "name": "Protocol",
39       "source_files": "SJDBMap/Protocol/*.h"
40     }
41   ]