[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 1 / c / BGDatabaseAccesser / 0.0.2 / BGDatabaseAccesser.podspec.json
blobc0fb76cea118c83fab9a1b543c90991e5470fd05
2   "name": "BGDatabaseAccesser",
3   "version": "0.0.2",
4   "summary": "easy to operate database by wrapper FMDB.",
5   "description": "Lightweight access to the database by wrapper FMDB.",
6   "homepage": "https://github.com/xiongbengang/BGDatabaseAccesser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bengang": "316379737@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/xiongbengang/BGDatabaseAccesser.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true,
26   "public_header_files": "Classes/**/*.h",
27   "dependencies": {
28     "FMDB": [
29       "~> 2.7.2"
30     ],
31     "YYModel": [
32       "~> 1.0.4"
33     ]
34   }