blob: 74b2b246b42a70833e0866a457aa9492cdad24ed [file] [log] [blame]
{
"name": "couchbase-lite-osx",
"version": "1.3.0",
"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": "http://latestbuilds.hq.couchbase.com/couchbase-lite-ios/1.3.0/macosx/1.3.0-61/couchbase-lite-macosx-community_1.3.0-61.zip"
},
"preserve_paths": "LICENSE.txt",
"platforms": {
"osx": "10.8"
},
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration"
],
"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"
]
}
}
]
}