[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 5 / 4 / d / afcbl / 1.2.1 / afcbl.podspec.json
blob21e1af7f916a8bb95e382174de4370ccae6dffc7
2   "name": "afcbl",
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     "tvos": "9.0"
18   },
19   "frameworks": [
20     "CFNetwork",
21     "Security",
22     "SystemConfiguration"
23   ],
24   "libraries": "z",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-ObjC"
27   },
28   "default_subspecs": "SQLite",
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   ]