[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / b / 1 / QLFMDBHelper / 0.1.0 / QLFMDBHelper.podspec.json
blobe8dc6aca2c216d1d6c42b5c253fc2764e6827c61
2   "name": "QLFMDBHelper",
3   "version": "0.1.0",
4   "summary": "A sqlite wrap base on FMDB",
5   "description": "easier to use sqlite and resolve ORM",
6   "homepage": "https://github.com/burtworld/QLFMDBHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paramita": "baqkoo007@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/burtworld/QLFMDBHelper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "QLFMDBHelper/Classes/**/*",
22   "frameworks": "Security",
23   "dependencies": {
24     "FMDB/SQLCipher": [
25       "~>  2.7.5"
26     ]
27   }