blob: dc269968d3a13eccc0679f2765cf68997940c265 [file] [log] [blame]
{
"name": "couchbase-lite-ios",
"version": "1.4.0",
"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/ios/1.4.0/couchbase-lite-ios-community_1.4.0-3.zip"
},
"preserve_paths": "LICENSE.txt",
"platforms": {
"ios": "7.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"
]
}
]
}