[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / 7 / couchbase-lite-ios / 1.3.1 / couchbase-lite-ios.podspec.json
blobae949568be30cd6b6bc3297b3e82c85356abeb81
2   "name": "couchbase-lite-ios",
3   "version": "1.3.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://latestbuilds.hq.couchbase.com/couchbase-lite-ios/1.3.1/ios/1.3.1-6/couchbase-lite-ios-community_1.3.1-6.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   "deprecated_in_favor_of": "CouchbaseLite",
32   "subspecs": [
33     {
34       "name": "SQLite",
35       "libraries": "sqlite3",
36       "source_files": [
37         "CouchbaseLite.framework/Headers/*.h",
38         "CouchbaseLiteListener.framework/Headers/*.h"
39       ],
40       "preserve_paths": [
41         "CouchbaseLite.framework",
42         "CouchbaseLiteListener.framework"
43       ],
44       "vendored_frameworks": [
45         "CouchbaseLite.framework",
46         "CouchbaseLiteListener.framework"
47       ]
48     },
49     {
50       "name": "SQLCipher",
51       "vendored_libraries": "Extras/libsqlcipher.a",
52       "source_files": [
53         "CouchbaseLite.framework/Headers/*.h",
54         "CouchbaseLiteListener.framework/Headers/*.h"
55       ],
56       "preserve_paths": [
57         "CouchbaseLite.framework",
58         "CouchbaseLiteListener.framework"
59       ],
60       "vendored_frameworks": [
61         "CouchbaseLite.framework",
62         "CouchbaseLiteListener.framework"
63       ]
64     },
65     {
66       "name": "ForestDB",
67       "libraries": "sqlite3",
68       "vendored_libraries": "Extras/libCBLForestDBStorage.a",
69       "source_files": [
70         "CouchbaseLite.framework/Headers/*.h",
71         "CouchbaseLiteListener.framework/Headers/*.h"
72       ],
73       "preserve_paths": [
74         "CouchbaseLite.framework",
75         "CouchbaseLiteListener.framework"
76       ],
77       "vendored_frameworks": [
78         "CouchbaseLite.framework",
79         "CouchbaseLiteListener.framework"
80       ]
81     }
82   ]