[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.0.4 / couchbase-lite-ios.podspec.json
blob40b0b78014e34aa7083a89a3936df5dd86ea9ba8
2   "name": "couchbase-lite-ios",
3   "version": "1.0.4",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.",
9   "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.",
10   "homepage": "http://mobile.couchbase.com",
11   "authors": {
12     "Jens Alfke": "jens@couchbase.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "http": "http://packages.couchbase.com.s3.amazonaws.com/builds/mobile/ios/1.0.4/1.0.4-2/couchbase-lite-ios-community_1.0.4-2.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     "CFNetwork",
35     "Security",
36     "SystemConfiguration"
37   ],
38   "libraries": [
39     "sqlite3",
40     "z"
41   ],
42   "requires_arc": true,
43   "xcconfig": {
44     "OTHER_LDFLAGS": "-ObjC",
45     "FRAMEWORK_SEARCH_PATHS": "$\"(PODS_ROOT)/couchbase-lite-ios/**\""
46   },
47   "deprecated_in_favor_of": "CouchbaseLite"