[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 1 / ZYLDataBase / 0.1.0 / ZYLDataBase.podspec.json
blob1abd4e7f18b5cfc71296033a9f31e0a030c5748d
2   "name": "ZYLDataBase",
3   "version": "0.1.0",
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.1.0"
17   },
18   "module_name": "ZYLDataBase",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "compiler_flags": "-DSQLITE_HAS_CODEC",
24   "pod_target_xcconfig": {
25     "OTHER_LDFLAGS": "-lObjC"
26   },
27   "user_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29   },
30   "source_files": "ZYLDataBase/**/*.{h,m}",
31   "public_header_files": [
32     "ZYLDataBase/Database.h",
33     "ZYLDataBase/DatabaseServiece.h",
34     "ZYLDataBase/BaseModel.h"
35   ],
36   "vendored_libraries": "ZYLDataBase/**/*.a",
37   "libraries": [
38     "z",
39     "sqlite3"
40   ]