[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / 6 / couchbase-lite-osx / 1.3.0 / couchbase-lite-osx.podspec.json
blob2f684c1e9c11c958fa2a0476a033ade7dd3d8de2
2   "name": "couchbase-lite-osx",
3   "version": "1.3.0",
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": "http://latestbuilds.hq.couchbase.com/couchbase-lite-ios/1.3.0/macosx/1.3.0-61/couchbase-lite-macosx-community_1.3.0-61.zip"
13   },
14   "preserve_paths": "LICENSE.txt",
15   "platforms": {
16     "osx": "10.8"
17   },
18   "frameworks": [
19     "CFNetwork",
20     "Security",
21     "SystemConfiguration"
22   ],
23   "libraries": [
24     "z",
25     "c++"
26   ],
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC"
29   },
30   "default_subspecs": "Core",
31   "deprecated_in_favor_of": "CouchbaseLite",
32   "subspecs": [
33     {
34       "name": "Core",
35       "preserve_paths": [
36         "CouchbaseLite.framework",
37         "CouchbaseLiteListener.framework"
38       ],
39       "vendored_frameworks": [
40         "CouchbaseLite.framework",
41         "CouchbaseLiteListener.framework"
42       ],
43       "osx": {
44         "resources": [
45           "CouchbaseLite.framework",
46           "CouchbaseLiteListener.framework"
47         ]
48       }
49     }
50   ]