blob: a463177ad2b3abfcf82b5dac7b630e3c3fc96954 [file] [log] [blame]
{
"name": "CouchbaseLite",
"version": "2.0.0",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"homepage": "http://mobile.couchbase.com",
"summary": "Couchbase Lite Community Edition for Objective-C",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite/ios/2.0.0/couchbase-lite-objc_community_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"
}
}