[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 4 / YSKDB / 0.0.3 / YSKDB.podspec.json
bloba1a0503c59978ce65db5d7d208dbaa74d1f187c9
2   "name": "YSKDB",
3   "version": "0.0.3",
4   "summary": "Parse based wrapper for FMDB",
5   "description": "YSKDB provides a simple way to use SQLite inspired by Parse",
6   "homepage": "https://github.com/kitasuke/YSKDB",
7   "license": "MIT",
8   "authors": {
9     "kitasuke": "yusuke2759@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kitasuke/YSKDB.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "YSKDB": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "FMDB/SQLCipher": [
28     ]
29   }