[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 6 / couchbase-lite-osx / 1.4.4 / couchbase-lite-osx.podspec.json
blob06889260c0871c2ec8b6c48e9b5627693ed705aa
2   "name": "couchbase-lite-osx",
3   "version": "1.4.4",
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 macOS apps.",
10   "authors": "Couchbase",
11   "source": {
12     "http": "https://packages.couchbase.com/releases/couchbase-lite/macosx/1.4.4/couchbase-lite-macosx-community_1.4.4.zip"
13   },
14   "preserve_paths": "LICENSE.txt",
15   "platforms": {
16     "osx": "10.8"
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": "Core",
32   "deprecated_in_favor_of": "CouchbaseLite",
33   "subspecs": [
34     {
35       "name": "Core",
36       "preserve_paths": [
37         "CouchbaseLite.framework",
38         "CouchbaseLiteListener.framework"
39       ],
40       "vendored_frameworks": [
41         "CouchbaseLite.framework",
42         "CouchbaseLiteListener.framework"
43       ],
44       "osx": {
45         "resources": [
46           "CouchbaseLite.framework",
47           "CouchbaseLiteListener.framework"
48         ]
49       }
50     }
51   ]