[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 3 / 6 / DWDatabase / 1.1.1.5 / DWDatabase.podspec.json
blobe4504e7751600b3bf040c39482d352c303d4af57
2   "name": "DWDatabase",
3   "version": "1.1.1.5",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "无入侵模型自动落库。Automaticly save model to database.",
9   "homepage": "https://github.com/CodeWicky/DWDatabase",
10   "authors": {
11     "codeWicky": "codewicky@163.com"
12   },
13   "source": {
14     "git": "https://github.com/CodeWicky/DWDatabase.git",
15     "tag": "1.1.1.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DWDatabase/**/*.{h,m}",
22   "public_header_files": "DWDatabase/**/{DWDatabase,DWDatabaseConfiguration,DWDatabaseResult,DWDatabaseConditionMaker,DWDatabaseMacro,DWDatabaseHeader}.h",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "FMDB": [
26       "~> 2.7.2"
27     ],
28     "DWKit/DWCategory/DWObjectUtils": [
29       "~> 0.0.0.18"
30     ]
31   }