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