[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.1.1 / couchbase-lite-ios.podspec.json
blobc54e346cca2cd424ce1cde11620a68ac7b903c13
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   "deprecated_in_favor_of": "CouchbaseLite",
32   "subspecs": [
33     {
34       "name": "Core",
35       "preserve_paths": "CouchbaseLite.framework",
36       "vendored_frameworks": "CouchbaseLite.framework"
37     },
38     {
39       "name": "Listener",
40       "dependencies": {
41         "couchbase-lite-ios/Core": [
43         ]
44       },
45       "preserve_paths": "CouchbaseLiteListener.framework",
46       "vendored_frameworks": "CouchbaseLiteListener.framework"
47     }
48   ]