[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.0.3.1 / couchbase-lite-ios.podspec.json
blob862a251ab40bbc21beee54448d9a0e7be941d620
2   "name": "couchbase-lite-ios",
3   "version": "1.0.3.1",
4   "summary": "Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.",
5   "description": "**Couchbase Lite** is an embedded lightweight, document-oriented (NoSQL), syncable database engine.\n\n  Get more info and downloads of Couchbase Lite (for iOS and Android) via [the Couchbase mobile portal](http://mobile.couchbase.com)\n\n  [Click here for **official documentation for Couchbase Lite**](http://developer.couchbase.com)\n\n  Latency matters a lot to users, so a local database takes frustration out of the equation. It’s got JSON documents, and the same map/reduce as Couchbase Server, in a pint-sized edition.\n\n  Couchbase Lite compiles natively for iOS and Android. Half a megabyte optimized, for quick launch and snappy user experience on occasionally connected devices when data matters.",
6   "homepage": "http://mobile.couchbase.com",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Jens Alfke": "jens@couchbase.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "http": "http://packages.couchbase.com/releases/couchbase-lite/ios/1.0.3.1/couchbase-lite-ios-community_1.0.3.1.zip"
19   },
20   "preserve_paths": [
21     "CouchbaseLite.framework",
22     "CouchbaseLiteListener.framework",
23     "LICENSE.txt"
24   ],
25   "vendored_frameworks": [
26     "CouchbaseLite.framework",
27     "CouchbaseLiteListener.framework"
28   ],
29   "public_header_files": [
30     "CouchbaseLite.framework/Headers/*.h",
31     "CouchbaseLiteListner.framework/Headers/*.h"
32   ],
33   "frameworks": [
34     "SystemConfiguration",
35     "CFNetwork",
36     "Security"
37   ],
38   "libraries": [
39     "sqlite3",
40     "z"
41   ],
42   "requires_arc": false,
43   "xcconfig": {
44     "FRAMEWORK_SEARCH_PATHS": "$\"(PODS_ROOT)/couchbase-lite-ios/**\""
45   },
46   "deprecated_in_favor_of": "CouchbaseLite"