[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / b / 3 / VVSequelize / 0.1.0-Beta1 / VVSequelize.podspec.json
blobbb177dd60af602ba2947bf07dcb75a93297f4852
2   "name": "VVSequelize",
3   "version": "0.1.0-Beta1",
4   "summary": "基于FMDB的ORM模型封装.",
5   "description": "基于FMDB的ORM模型封装.",
6   "homepage": "https://github.com/pozi119/VVSequelize",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Valo Lee": "pozi119@163.com"
13   },
14   "source": {
15     "git": "https://github.com/pozi119/VVSequelize.git",
16     "tag": "0.1.0-Beta1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "VVSequelize/Classes/**/*",
22   "dependencies": {
23     "FMDB/SQLCipher": [
25     ]
26   },
27   "xcconfig": {
28     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
29   }