[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.2.0 / couchbase-lite-ios.podspec.json
blobcfdc143b83e43c26cfa64fc420c4fc492f56b2bb
2   "name": "couchbase-lite-ios",
3   "version": "1.2.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 iOS apps.",
10   "authors": "Couchbase",
11   "source": {
12     "http": "http://packages.couchbase.com/releases/couchbase-lite/ios/1.2.0/couchbase-lite-ios-community_1.2.0-112.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": "z",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "default_subspecs": "SQLite",
28   "deprecated_in_favor_of": "CouchbaseLite",
29   "subspecs": [
30     {
31       "name": "SQLite",
32       "libraries": "sqlite3",
33       "preserve_paths": "CouchbaseLite.framework",
34       "vendored_frameworks": "CouchbaseLite.framework"
35     },
36     {
37       "name": "SQLCipher",
38       "vendored_libraries": "Extras/libsqlcipher.a",
39       "preserve_paths": "CouchbaseLite.framework",
40       "vendored_frameworks": "CouchbaseLite.framework"
41     },
42     {
43       "name": "ForestDB",
44       "libraries": [
45         "sqlite3",
46         "c++"
47       ],
48       "vendored_libraries": "Extras/libCBLForestDBStorage.a",
49       "preserve_paths": "CouchbaseLite.framework",
50       "vendored_frameworks": "CouchbaseLite.framework"
51     },
52     {
53       "name": "Listener",
54       "preserve_paths": "CouchbaseLiteListener.framework",
55       "vendored_frameworks": "CouchbaseLiteListener.framework"
56     }
57   ]