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