[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / d / 0 / XCDataBase / 0.0.3 / XCDataBase.podspec.json
blob79b4cbb8e02da1ee633958de885999c32ba69d8a
2   "name": "XCDataBase",
3   "version": "0.0.3",
4   "summary": "a DataBase based on FMDB",
5   "description": "XCDataBase is a DataBase based on FMDB",
6   "homepage": "https://github.com/xianhe92/XCDataBase",
7   "license": "MIT",
8   "authors": {
9     "xianhe92": "wxc11061106@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/xianhe92/XCDataBase.git",
13     "tag": "0.0.3"
14   },
15   "source_files": "XCDataBase/*.{h,m}",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "FMDB": [
23     ]
24   }