blob: 77df1bc40d914e15fb22db016ece6730927cff2b [file] [log] [blame]
{
"name": "couchbase-lite-osx",
"version": "1.4.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"homepage": "http://mobile.couchbase.com",
"summary": "An embedded syncable NoSQL database for macOS apps.",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite/macosx/1.4.1/couchbase-lite-macosx-community_1.4.1.zip"
},
"preserve_paths": "LICENSE.txt",
"platforms": {
"osx": "10.8"
},
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration",
"JavaScriptCore"
],
"libraries": [
"z",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"preserve_paths": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
],
"vendored_frameworks": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
],
"osx": {
"resources": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
]
}
}
]
}