[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 6 / d / e / SJSQLite3 / 1.0.0 / SJSQLite3.podspec.json
blob4831914d2dda549e29b1ea13ba0c305e154d248c
2   "name": "SJSQLite3",
3   "version": "1.0.0",
4   "summary": "模型-表映射.",
5   "description": "模型-表映射. 根据模型自动创建或更新与该类相关的表(多个表), 可以进行增删改查.",
6   "homepage": "https://github.com/changsanjiang/SJSQLite3",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "changsanjiang@gmail.com": "changsanjiang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/changsanjiang/SJSQLite3.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SJSQLite3/*.{h,m}",
22   "subspecs": [
23     {
24       "name": "Protocol",
25       "source_files": "SJSQLite3/Protocol/**/*"
26     },
27     {
28       "name": "Core",
29       "source_files": "SJSQLite3/Core/**/*",
30       "dependencies": {
31         "SJSQLite3/Protocol": [
33         ]
34       }
35     }
36   ]