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