[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 1 / c / BGDatabaseAccesser / 0.0.1 / BGDatabaseAccesser.podspec.json
blob2bf8cb1d7b1d7dfa8ed45c2b19c9b11cd31b5737
2   "name": "BGDatabaseAccesser",
3   "version": "0.0.1",
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.1"
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   }