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