blob: 50d6e6b69d379a826ca52d6276c41a847fc344e9 [file] [log] [blame]
{
"name": "couchbase-lite-osx",
"version": "1.1.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"homepage": "http://mobile.couchbase.com",
"summary": "An embedded syncable NoSQL database for osx apps.",
"authors": "Couchbase",
"source": {
"http": "http://packages.couchbase.com/releases/couchbase-lite/macosx/1.1.1/couchbase-lite-macosx-community_1.1.1-18.zip"
},
"preserve_paths": "LICENSE.txt",
"platforms": {
"osx": "10.8"
},
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"sqlite3",
"z"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"preserve_paths": "CouchbaseLite.framework",
"vendored_frameworks": "CouchbaseLite.framework",
"osx": {
"resources": "CouchbaseLite.framework"
}
},
{
"name": "Listener",
"dependencies": {
"couchbase-lite-osx/Core": [
]
},
"preserve_paths": "CouchbaseLiteListener.framework",
"vendored_frameworks": "CouchbaseLiteListener.framework",
"osx": {
"resources": "CouchbaseLiteListener.framework"
}
}
]
}