blob: 5aabf14cfe5750de0d3eb62136b18c622d28a861 [file] [log] [blame]
{
"name": "CouchbaseLite-Enterprise",
"version": "2.1.3",
"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.1.3/couchbase-lite-objc_enterprise_2.1.3.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"
}
}