[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / a / 7 / SQLiteORM / 0.1.1 / SQLiteORM.podspec.json
blob5a2f5ba3cbc0ce7040a87927225448548f3ba85b
2   "name": "SQLiteORM",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0",
21     "osx": "10.12",
22     "watchos": "3.0"
23   },
24   "default_subspecs": "system",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "5.0"
27   },
28   "swift_versions": "5.0",
29   "subspecs": [
30     {
31       "name": "system",
32       "dependencies": {
33         "SQLiteORM/common": [
35         ]
36       },
37       "libraries": "sqlite3"
38     },
39     {
40       "name": "cipher",
41       "dependencies": {
42         "SQLiteORM/common": [
44         ],
45         "SQLCipher": [
47         ]
48       },
49       "pod_target_xcconfig": {
50         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC=1 -DHAVE_USLEEP=1",
51         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/SQLCipher"
52       }
53     },
54     {
55       "name": "common",
56       "source_files": "SQLiteORM/Classes/**/*",
57       "public_header_files": "SQLiteORM/Classes/**/*.h",
58       "resources": [
59         "SQLiteORM/Assets/PinYin.bundle"
60       ]
61     }
62   ],
63   "swift_version": "5.0"