blob: 2b2c6e12d05f4cc5517b1371cc3749e56f3082dd [file] [log] [blame]
{
"name": "CouchbaseLite-Swift-Enterprise",
"version": "2.0.0",
"license": {
"type": "Custom",
"file": "LICENSE.txt"
},
"homepage": "http://mobile.couchbase.com",
"summary": "Couchbase Lite Enterprise Edition for Swift",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite/ios/2.0.0/couchbase-lite-swift_enterprise_2.0.0.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"
}
}