[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / c / 2 / couchbase-lite-tvos / 1.4.1 / couchbase-lite-tvos.podspec.json
blobd28eb2bcd421cd043a0703858708a372e6b7b846
2   "name": "couchbase-lite-tvos",
3   "version": "1.4.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "http://mobile.couchbase.com",
9   "summary": "An embedded syncable NoSQL database for tvOS apps.",
10   "authors": "Couchbase",
11   "source": {
12     "http": "https://packages.couchbase.com/releases/couchbase-lite/tvos/1.4.1/couchbase-lite-tvos-community_1.4.1.zip"
13   },
14   "preserve_paths": "LICENSE.txt",
15   "platforms": {
16     "tvos": "9.0"
17   },
18   "frameworks": [
19     "CFNetwork",
20     "Security",
21     "SystemConfiguration",
22     "JavaScriptCore"
23   ],
24   "libraries": [
25     "z",
26     "c++"
27   ],
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "default_subspecs": "SQLite",
32   "subspecs": [
33     {
34       "name": "SQLite",
35       "libraries": "sqlite3",
36       "vendored_libraries": "Extras/libCBLJSViewCompiler.a",
37       "source_files": [
38         "CouchbaseLite.framework/Headers/*.h",
39         "CouchbaseLiteListener.framework/Headers/*.h",
40         "Extras/CBLRegisterJSViewCompiler.h"
41       ],
42       "preserve_paths": [
43         "CouchbaseLite.framework",
44         "CouchbaseLiteListener.framework"
45       ],
46       "vendored_frameworks": [
47         "CouchbaseLite.framework",
48         "CouchbaseLiteListener.framework"
49       ]
50     },
51     {
52       "name": "SQLCipher",
53       "vendored_libraries": [
54         "Extras/libsqlcipher.a",
55         "Extras/libCBLJSViewCompiler.a"
56       ],
57       "source_files": [
58         "CouchbaseLite.framework/Headers/*.h",
59         "CouchbaseLiteListener.framework/Headers/*.h",
60         "Extras/CBLRegisterJSViewCompiler.h"
61       ],
62       "preserve_paths": [
63         "CouchbaseLite.framework",
64         "CouchbaseLiteListener.framework"
65       ],
66       "vendored_frameworks": [
67         "CouchbaseLite.framework",
68         "CouchbaseLiteListener.framework"
69       ]
70     },
71     {
72       "name": "ForestDB",
73       "libraries": "sqlite3",
74       "vendored_libraries": [
75         "Extras/libCBLForestDBStorage.a",
76         "Extras/libCBLJSViewCompiler.a"
77       ],
78       "source_files": [
79         "CouchbaseLite.framework/Headers/*.h",
80         "CouchbaseLiteListener.framework/Headers/*.h",
81         "Extras/CBLRegisterJSViewCompiler.h"
82       ],
83       "preserve_paths": [
84         "CouchbaseLite.framework",
85         "CouchbaseLiteListener.framework"
86       ],
87       "vendored_frameworks": [
88         "CouchbaseLite.framework",
89         "CouchbaseLiteListener.framework"
90       ]
91     }
92   ]