blob: 9d38a9d871c48aa6167ee76e00a6ef4ef5669d74 [file] [log] [blame]
{
"name": "CouchbaseLite-Swift-Enterprise",
"version": "2.6.1",
"license": {
"type": "Custom",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/couchbase/couchbase-lite-ios",
"summary": "Couchbase Lite Enterprise Edition for Swift",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite-ios/2.6.1/couchbase-lite-swift_enterprise_2.6.1.zip"
},
"preserve_paths": [
"LICENSE.txt",
"iOS/CouchbaseLiteSwift.framework",
"macOS/CouchbaseLiteSwift.framework"
],
"ios": {
"vendored_frameworks": "iOS/CouchbaseLiteSwift.framework"
},
"osx": {
"vendored_frameworks": "macOS/CouchbaseLiteSwift.framework"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
}
}