blob: 7881759500d6c86cf2418c6428a457f0384a635f [file] [log] [blame]
{
"name": "CouchbaseLite-Enterprise",
"version": "2.6.0",
"license": {
"type": "Custom",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/couchbase/couchbase-lite-ios",
"summary": "Couchbase Lite Enterprise Edition for Objective-C",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite-ios/2.6.0/couchbase-lite-objc_enterprise_2.6.0.zip"
},
"preserve_paths": [
"LICENSE.txt",
"iOS/CouchbaseLite.framework",
"macOS/CouchbaseLite.framework"
],
"ios": {
"vendored_frameworks": "iOS/CouchbaseLite.framework"
},
"osx": {
"vendored_frameworks": "macOS/CouchbaseLite.framework"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
}
}