[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.2.1 / couchbase-lite-ios.podspec.json
blobb286ee6444eb26160183c57aeafb617583ecfaf8
2   "name": "couchbase-lite-ios",
3   "version": "1.2.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "http://mobile.couchbase.com",
9   "summary": "An embedded syncable NoSQL database for iOS apps.",
10   "authors": "Couchbase",
11   "source": {
12     "http": "http://packages.couchbase.com/releases/couchbase-lite/ios/1.2.1/couchbase-lite-ios-community_1.2.1-13.zip"
13   },
14   "preserve_paths": "LICENSE.txt",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "frameworks": [
19     "CFNetwork",
20     "Security",
21     "SystemConfiguration"
22   ],
23   "libraries": "z",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "default_subspecs": "SQLite",
28   "deprecated_in_favor_of": "CouchbaseLite",
29   "subspecs": [
30     {
31       "name": "SQLite",
32       "libraries": "sqlite3",
33       "source_files": "CouchbaseLite.framework/Headers/*.h",
34       "preserve_paths": "CouchbaseLite.framework",
35       "vendored_frameworks": "CouchbaseLite.framework"
36     },
37     {
38       "name": "SQLCipher",
39       "vendored_libraries": "Extras/libsqlcipher.a",
40       "source_files": "CouchbaseLite.framework/Headers/*.h",
41       "preserve_paths": "CouchbaseLite.framework",
42       "vendored_frameworks": "CouchbaseLite.framework"
43     },
44     {
45       "name": "ForestDB",
46       "libraries": [
47         "sqlite3",
48         "c++"
49       ],
50       "vendored_libraries": "Extras/libCBLForestDBStorage.a",
51       "source_files": "CouchbaseLite.framework/Headers/*.h",
52       "preserve_paths": "CouchbaseLite.framework",
53       "vendored_frameworks": "CouchbaseLite.framework"
54     },
55     {
56       "name": "Listener",
57       "source_files": "CouchbaseLiteListener.framework/Headers/*.h",
58       "preserve_paths": "CouchbaseLiteListener.framework",
59       "vendored_frameworks": "CouchbaseLiteListener.framework"
60     }
61   ]