[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / 6 / couchbase-lite-osx / 1.2.1 / couchbase-lite-osx.podspec.json
blob6d460d0d90448de60d3e5e4bc52c53c207306ad6
2   "name": "couchbase-lite-osx",
3   "version": "1.2.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 OSX apps.",
10   "authors": "Couchbase",
11   "source": {
12     "http": "http://packages.couchbase.com/releases/couchbase-lite/macosx/1.2.1/couchbase-lite-macosx-community_1.2.1-13.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   "subspecs": [
32     {
33       "name": "Core",
34       "preserve_paths": "CouchbaseLite.framework",
35       "vendored_frameworks": "CouchbaseLite.framework",
36       "osx": {
37         "resources": "CouchbaseLite.framework"
38       }
39     },
40     {
41       "name": "Listener",
42       "preserve_paths": "CouchbaseLiteListener.framework",
43       "vendored_frameworks": "CouchbaseLiteListener.framework",
44       "osx": {
45         "resources": "CouchbaseLiteListener.framework"
46       }
47     }
48   ]