[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.3.0 / couchbase-lite-ios.podspec.json
bloba92468ea7ce344973141870a8ecbd6ed3d416fec
2   "name": "couchbase-lite-ios",
3   "version": "1.3.0",
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://latestbuilds.hq.couchbase.com/couchbase-lite-ios/1.3.0/ios/1.3.0-61/couchbase-lite-ios-community_1.3.0-61.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": [
24     "z",
25     "c++"
26   ],
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC"
29   },
30   "default_subspecs": "SQLite",
31   "subspecs": [
32     {
33       "name": "SQLite",
34       "libraries": "sqlite3",
35       "source_files": [
36         "CouchbaseLite.framework/Headers/*.h",
37         "CouchbaseLiteListener.framework/Headers/*.h"
38       ],
39       "preserve_paths": [
40         "CouchbaseLite.framework",
41         "CouchbaseLiteListener.framework"
42       ],
43       "vendored_frameworks": [
44         "CouchbaseLite.framework",
45         "CouchbaseLiteListener.framework"
46       ]
47     },
48     {
49       "name": "SQLCipher",
50       "vendored_libraries": "Extras/libsqlcipher.a",
51       "source_files": [
52         "CouchbaseLite.framework/Headers/*.h",
53         "CouchbaseLiteListener.framework/Headers/*.h"
54       ],
55       "preserve_paths": [
56         "CouchbaseLite.framework",
57         "CouchbaseLiteListener.framework"
58       ],
59       "vendored_frameworks": [
60         "CouchbaseLite.framework",
61         "CouchbaseLiteListener.framework"
62       ]
63     },
64     {
65       "name": "ForestDB",
66       "libraries": "sqlite3",
67       "vendored_libraries": "Extras/libCBLForestDBStorage.a",
68       "source_files": [
69         "CouchbaseLite.framework/Headers/*.h",
70         "CouchbaseLiteListener.framework/Headers/*.h"
71       ],
72       "preserve_paths": [
73         "CouchbaseLite.framework",
74         "CouchbaseLiteListener.framework"
75       ],
76       "vendored_frameworks": [
77         "CouchbaseLite.framework",
78         "CouchbaseLiteListener.framework"
79       ]
80     }
81   ]