[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 3 / VVSequelize / 0.1.0-beta2 / VVSequelize.podspec.json
blobdce047861c2708cfb2ad60fd1b24424ab97b6ff7
2   "name": "VVSequelize",
3   "version": "0.1.0-beta2",
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-beta2"
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   }