[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / b / 4 / YSKDB / 0.0.2 / YSKDB.podspec.json
blobd19a994e7a9c817807764eb5c3f29d51a8115a6c
2   "name": "YSKDB",
3   "version": "0.0.2",
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.2"
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   }