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