[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.0.2 / couchbase-lite-ios.podspec.json
blob4757e62196f637402b4ae36a5e5774985d9cce20
2   "homepage": "http://mobile.couchbase.com",
3   "summary": "Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.",
4   "name": "couchbase-lite-ios",
5   "version": "1.0.2",
6   "libraries": [
7     "sqlite3",
8     "z"
9   ],
10   "vendored_frameworks": [
11     "CouchbaseLite.framework",
12     "CouchbaseLiteListener.framework"
13   ],
14   "frameworks": [
15     "SystemConfiguration",
16     "CFNetwork",
17     "Security"
18   ],
19   "preserve_paths": [
20     "CouchbaseLite.framework",
21     "CouchbaseLiteListener.framework",
22     "LICENSE.txt"
23   ],
24   "license": {
25     "file": "LICENSE.txt",
26     "type": "Apache License, Version 2.0"
27   },
28   "authors": {
29     "Jens Alfke": "jens@couchbase.com"
30   },
31   "requires_arc": false,
32   "source": {
33     "http": "http://packages.couchbase.com/releases/couchbase-lite/ios/1.0.2/couchbase-lite-ios-community_1.0.2.zip"
34   },
35   "platforms": {
36     "ios": "7.0"
37   },
38   "xcconfig": {
39     "FRAMEWORK_SEARCH_PATHS": "$\"(PODS_ROOT)/couchbase-lite-ios/**\""
40   },
41   "public_header_files": [
42     "CouchbaseLite.framework/Headers/*.h",
43     "CouchbaseLiteListner.framework/Headers/*.h"
44   ],
45   "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.",
46   "deprecated_in_favor_of": "CouchbaseLite"