[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / a / 7 / SQLiteORM / 0.1.0-beta2 / SQLiteORM.podspec.json
blobd2e501fc6782eee9884d6799ac0b456574a3e71d
2   "name": "SQLiteORM",
3   "version": "0.1.0-beta2",
4   "summary": "The swift version of VVSequelize.",
5   "description": "The swift version of VVSequelize.",
6   "homepage": "https://github.com/pozi119/SQLiteORM",
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/SQLiteORM.git",
16     "tag": "0.1.0-beta2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "system",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "swift_versions": "5.0",
26   "swift_version": "5.0",
27   "subspecs": [
28     {
29       "name": "system",
30       "dependencies": {
31         "SQLiteORM/common": [
33         ]
34       },
35       "libraries": "sqlite3"
36     },
37     {
38       "name": "cipher",
39       "dependencies": {
40         "SQLiteORM/common": [
42         ],
43         "SQLCipher": [
45         ]
46       },
47       "pod_target_xcconfig": {
48         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
49         "HEADER_SEARCH_PATHS": "SQLCipher"
50       }
51     },
52     {
53       "name": "common",
54       "source_files": "SQLiteORM/Classes/**/*",
55       "public_header_files": "SQLiteORM/Classes/**/*.h",
56       "resources": [
57         "SQLiteORM/Assets/Jieba.bundle",
58         "SQLiteORM/Assets/PinYin.bundle"
59       ],
60       "dependencies": {
61         "Runtime": [
63         ]
64       }
65     }
66   ]