blob: 51b80b8104b5b902e2d3a8b4660ca6f7b910592b [file] [log] [blame]
{
"name": "couchbase-lite-tvos",
"version": "1.4.4",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"homepage": "http://mobile.couchbase.com",
"summary": "An embedded syncable NoSQL database for iOS apps.",
"authors": "Couchbase",
"source": {
"http": "https://packages.couchbase.com/releases/couchbase-lite/tvos/1.4.4/couchbase-lite-tvos-community_1.4.4.zip"
},
"preserve_paths": "LICENSE.txt",
"platforms": {
"tvos": "9.0"
},
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration",
"JavaScriptCore"
],
"libraries": [
"z",
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "SQLite",
"subspecs": [
{
"name": "SQLite",
"libraries": "sqlite3",
"vendored_libraries": "Extras/libCBLJSViewCompiler.a",
"source_files": [
"CouchbaseLite.framework/Headers/*.h",
"CouchbaseLiteListener.framework/Headers/*.h",
"Extras/CBLRegisterJSViewCompiler.h"
],
"preserve_paths": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
],
"vendored_frameworks": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
]
},
{
"name": "SQLCipher",
"vendored_libraries": [
"Extras/libsqlcipher.a",
"Extras/libCBLJSViewCompiler.a"
],
"source_files": [
"CouchbaseLite.framework/Headers/*.h",
"CouchbaseLiteListener.framework/Headers/*.h",
"Extras/CBLRegisterJSViewCompiler.h"
],
"preserve_paths": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
],
"vendored_frameworks": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
]
},
{
"name": "ForestDB",
"libraries": "sqlite3",
"vendored_libraries": [
"Extras/libCBLForestDBStorage.a",
"Extras/libCBLJSViewCompiler.a"
],
"source_files": [
"CouchbaseLite.framework/Headers/*.h",
"CouchbaseLiteListener.framework/Headers/*.h",
"Extras/CBLRegisterJSViewCompiler.h"
],
"preserve_paths": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
],
"vendored_frameworks": [
"CouchbaseLite.framework",
"CouchbaseLiteListener.framework"
]
}
]
}