[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.2.1 / couchbase-lite-ios.podspec.json
blobbe6c774a1b0f336892f3822828609367e44168f0
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   "subspecs": [
29     {
30       "name": "SQLite",
31       "libraries": "sqlite3",
32       "source_files": "CouchbaseLite.framework/Headers/*.h",
33       "preserve_paths": "CouchbaseLite.framework",
34       "vendored_frameworks": "CouchbaseLite.framework"
35     },
36     {
37       "name": "SQLCipher",
38       "vendored_libraries": "Extras/libsqlcipher.a",
39       "source_files": "CouchbaseLite.framework/Headers/*.h",
40       "preserve_paths": "CouchbaseLite.framework",
41       "vendored_frameworks": "CouchbaseLite.framework"
42     },
43     {
44       "name": "ForestDB",
45       "libraries": [
46         "sqlite3",
47         "c++"
48       ],
49       "vendored_libraries": "Extras/libCBLForestDBStorage.a",
50       "source_files": "CouchbaseLite.framework/Headers/*.h",
51       "preserve_paths": "CouchbaseLite.framework",
52       "vendored_frameworks": "CouchbaseLite.framework"
53     },
54     {
55       "name": "Listener",
56       "source_files": "CouchbaseLiteListener.framework/Headers/*.h",
57       "preserve_paths": "CouchbaseLiteListener.framework",
58       "vendored_frameworks": "CouchbaseLiteListener.framework"
59     }
60   ]