[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 1 / FDJFMDB / 0.1.0-beta.1 / FDJFMDB.podspec.json
blob99e7076df54e4746332f91c5352a90ef8bb45c3e
2   "name": "FDJFMDB",
3   "version": "0.1.0-beta.1",
4   "summary": "基于FMDB封装的数据库工具",
5   "description": "封装了SQLite语句,所有增、删、查、改对象化。",
6   "homepage": "https://github.com/FatDogJOE/FDJFMDB",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "likethephoenix@163.com": "likethephoenix@163.com"
13   },
14   "source": {
15     "git": "https://github.com/FatDogJOE/FDJFMDB.git",
16     "tag": "0.1.0-beta.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "FDJFMDB/Classes/**/*",
22   "public_header_files": "FDJFMDB/Classes/**/*.h",
23   "dependencies": {
24     "FMDB": [
25       "~> 2.7.5"
26     ],
27     "YYModel": [
29     ]
30   }