[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / f / b / 3 / VVSequelize / 0.3.3 / VVSequelize.podspec.json
blobad6bb6d45dd31f7fdef5c425d7ac0a2943b27133
2   "name": "VVSequelize",
3   "version": "0.3.3",
4   "summary": "ORM model based on SQLite3.",
5   "description": "ORM model based on SQLite3.",
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.3.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "cipher",
22   "subspecs": [
23     {
24       "name": "system",
25       "dependencies": {
26         "VVSequelize/common": [
28         ]
29       },
30       "libraries": "sqlite3"
31     },
32     {
33       "name": "cipher",
34       "dependencies": {
35         "VVSequelize/common": [
37         ],
38         "SQLCipher": [
40         ]
41       },
42       "pod_target_xcconfig": {
43         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
44         "HEADER_SEARCH_PATHS": "{PODS_ROOT}/SQLCipher"
45       }
46     },
47     {
48       "name": "common",
49       "source_files": "VVSequelize/Classes/**/*",
50       "public_header_files": "VVSequelize/Classes/**/*.h",
51       "resources": [
52         "VVSequelize/Assets/VVPinYin.bundle"
53       ]
54     }
55   ]