[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.1.1 / couchbase-lite-ios.podspec.json
blob507624d3b713e15d7db6fa6e9c57be3ada3ba650
2   "name": "couchbase-lite-ios",
3   "version": "1.1.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "An embedded syncable NoSQL database for iOS apps.",
9   "homepage": "http://mobile.couchbase.com",
10   "authors": "Couchbase",
11   "source": {
12     "http": "http://packages.couchbase.com/releases/couchbase-lite/ios/1.1.1/couchbase-lite-ios-community_1.1.1-18.zip"
13   },
14   "preserve_paths": "LICENSE.txt",
15   "platforms": {
16     "ios": "7.0"
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   "subspecs": [
32     {
33       "name": "Core",
34       "preserve_paths": "CouchbaseLite.framework",
35       "vendored_frameworks": "CouchbaseLite.framework"
36     },
37     {
38       "name": "Listener",
39       "dependencies": {
40         "couchbase-lite-ios/Core": [
42         ]
43       },
44       "preserve_paths": "CouchbaseLiteListener.framework",
45       "vendored_frameworks": "CouchbaseLiteListener.framework"
46     }
47   ]