blob: 4bd5c5f8bd99256974664c9cedb45d7f3320239d [file] [log] [blame]
{
"name": "CouchbaseLite-Swift",
"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 Swift",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite-ios/2.7.1/couchbase-lite-swift_community_2.7.1.zip"
},
"preserve_paths": [
"LICENSE.txt",
"iOS/CouchbaseLiteSwift.framework",
"macOS/CouchbaseLiteSwift.framework"
],
"ios": {
"vendored_frameworks": "iOS/CouchbaseLiteSwift.framework"
},
"osx": {
"vendored_frameworks": "macOS/CouchbaseLiteSwift.framework"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
}
}