[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / 4 / SJDBMap / 1.1.9 / SJDBMap.podspec.json
bloba860b56c4cf1a47ae7bf8ebef08b69c01bb3dc4c
2   "name": "SJDBMap",
3   "version": "1.1.9",
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.1.9"
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/Model": [
34         ]
35       }
36     },
37     {
38       "name": "Model",
39       "source_files": "SJDBMap/Model/*.{h,m}",
40       "dependencies": {
41         "SJDBMap/Protocol": [
43         ]
44       }
45     },
46     {
47       "name": "Protocol",
48       "source_files": "SJDBMap/Protocol/*.h"
49     }
50   ]