[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 6 / 7 / DBConfig / 1.0.4 / DBConfig.podspec.json
blob72a03d599a1f14e53e22b949bc8b17dacc05a280
2   "name": "DBConfig",
3   "version": "1.0.4",
4   "summary": "It is a DBConfig used on iOS, which implement by Objective-C",
5   "description": "It is a DBConfig used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/ChenZhenChun",
7   "license": "MIT",
8   "authors": {
9     "ChenZhenChun": "346891964@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/ChenZhenChun/DBConfig.git",
13     "tag": "1.0.4",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "DBConfig/*.{h,m}",
21   "public_header_files": "DBConfig/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "LKDBHelper": [
28       "2.3.1"
29     ]
30   }