[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / f / 0 / XQ_DAO / 1.5-light / XQ_DAO.podspec.json
blobb0212e68c45a00829e2ade8c43151c36e269c0f6
2   "name": "XQ_DAO",
3   "version": "1.5-light",
4   "summary": "XQ_DAO base on FMDB",
5   "description": "XQ_DAO base on FMDB, you have no need to use sql for FMDB.",
6   "homepage": "https://github.com/hssdx/XQ_DAO",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hssdx": "hssdx@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/hssdx/XQ_DAO.git",
19     "tag": "1.5-light"
20   },
21   "source_files": [
22     "XQ_DAO/XQ_DAO.h",
23     "src/*.{h,m}",
24     "src/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "XQ_DAO/XQ_DAO.h",
28     "src/*.{h}",
29     "src/**/*.{h}"
30   ],
31   "frameworks": "CoreFoundation",
32   "requires_arc": true,
33   "dependencies": {
34     "FMDB": [
36     ]
37   }