blob: 54ffe4e959f1c770027669b1a57a881a802fe5ec [file] [log] [blame]
{
"name": "CouchbaseLite-Enterprise",
"version": "2.6.4",
"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.4/couchbase-lite-objc_enterprise_2.6.4.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"
}
}