[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 1 / 3 / 6 / DWDatabase / 1.0.4.5 / DWDatabase.podspec.json
blobbded4c86d4d9874712bf69e8d67e7866a30c0465
2   "name": "DWDatabase",
3   "version": "1.0.4.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.0.4.5"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "DWDatabase/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.7.2"
26     ]
27   }