[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / a / 6 / couchbase-lite-osx / 1.1.0 / couchbase-lite-osx.podspec.json
blobc2fa9fc5aa1ab6047d3a8dac05190d4ad97e045e
2   "name": "couchbase-lite-osx",
3   "version": "1.1.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 osx apps.",
10   "authors": "Couchbase",
11   "source": {
12     "http": "http://packages.couchbase.com/releases/couchbase-lite/macosx/1.1.0/couchbase-lite-macosx-community_1.1.0-31.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     "sqlite3",
25     "z"
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": "CouchbaseLite.framework",
36       "vendored_frameworks": "CouchbaseLite.framework",
37       "osx": {
38         "resources": "CouchbaseLite.framework"
39       }
40     },
41     {
42       "name": "Listener",
43       "dependencies": {
44         "couchbase-lite-osx/Core": [
46         ]
47       },
48       "preserve_paths": "CouchbaseLiteListener.framework",
49       "vendored_frameworks": "CouchbaseLiteListener.framework",
50       "osx": {
51         "resources": "CouchbaseLiteListener.framework"
52       }
53     }
54   ]