[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 5 / 1 / ZYLDataBase / 0.2.1 / ZYLDataBase.podspec.json
blobfe9425ebb32622604830c54c3ee79af968dde0b1
2   "name": "ZYLDataBase",
3   "version": "0.2.1",
4   "summary": "ORM机制的sqlite数据库.",
5   "description": "使用run-time实现ORM机制的sqlite数据库,支持加密",
6   "homepage": "https://github.com/zhangyinglong/ZYLDataBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangyinglong": "zyl04401@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zhangyinglong/ZYLDataBase.git",
16     "tag": "0.2.1"
17   },
18   "module_name": "ZYLDataBase",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "compiler_flags": "-DSQLITE_HAS_CODEC",
24   "xcconfig": {
25     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
26     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
27   },
28   "source_files": "ZYLDataBase/**/*.{h,m}",
29   "public_header_files": [
30     "ZYLDataBase/Database.h",
31     "ZYLDataBase/DatabaseServiece.h",
32     "ZYLDataBase/BaseModel.h"
33   ],
34   "vendored_libraries": "ZYLDataBase/**/*.a",
35   "libraries": [
36     "z",
37     "sqlite3"
38   ],
39   "frameworks": "Security"