[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / a / 7 / SQLiteORM / 0.1.0-beta1 / SQLiteORM.podspec.json
blob3070ca58bd02fc9c2f6a090991d1027cf0eaaf2d
2   "name": "SQLiteORM",
3   "version": "0.1.0-beta1",
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-beta1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "system",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "subspecs": [
26     {
27       "name": "system",
28       "dependencies": {
29         "SQLiteORM/common": [
31         ]
32       },
33       "libraries": "sqlite3"
34     },
35     {
36       "name": "cipher",
37       "dependencies": {
38         "SQLiteORM/common": [
40         ],
41         "SQLCipher": [
43         ]
44       },
45       "pod_target_xcconfig": {
46         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1",
47         "HEADER_SEARCH_PATHS": "SQLCipher"
48       }
49     },
50     {
51       "name": "common",
52       "source_files": "SQLiteORM/Classes/**/*",
53       "public_header_files": "SQLiteORM/Classes/**/*.h",
54       "resources": [
55         "SQLiteORM/Assets/Jieba.bundle",
56         "SQLiteORM/Assets/PinYin.bundle"
57       ],
58       "dependencies": {
59         "Runtime": [
61         ]
62       }
63     }
64   ]