[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 5 / 4 / SJDBMap / 1.0.8 / SJDBMap.podspec.json
blob0e89d8970dc74d84867657a02645adb36a77dfa8
2   "name": "SJDBMap",
3   "version": "1.0.8",
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.0.8"
20   },
21   "source_files": "SJDBMap/*.{h,m}",
22   "requires_arc": true,
23   "ios": {
24     "libraries": "sqlite3"
25   }