[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 4 / b / CouchbaseLite-Swift / 2.0.0 / CouchbaseLite-Swift.podspec.json
blobefb74c36f0c6c322f684f7671aa6f756d0e030b4
2   "name": "CouchbaseLite-Swift",
3   "version": "2.0.0",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "http://mobile.couchbase.com",
9   "summary": "Couchbase Lite Community Edition for Swift",
10   "authors": "Couchbase",
11   "source": {
12     "http": "https://packages.couchbase.com/releases/couchbase-lite/ios/2.0.0/couchbase-lite-swift_community_2.0.0.zip"
13   },
14   "preserve_paths": [
15     "LICENSE.txt",
16     "iOS/CouchbaseLiteSwift.framework",
17     "macOS/CouchbaseLiteSwift.framework"
18   ],
19   "ios": {
20     "vendored_frameworks": "iOS/CouchbaseLiteSwift.framework"
21   },
22   "osx": {
23     "vendored_frameworks": "macOS/CouchbaseLiteSwift.framework"
24   },
25   "platforms": {
26     "ios": "9.0",
27     "osx": "10.11"
28   }