blob: 21e1af7f916a8bb95e382174de4370ccae6dffc7 [file] [log] [blame]
{
"name": "afcbl",
"version": "1.2.1",
"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": "http://packages.couchbase.com/releases/couchbase-lite/ios/1.2.1/couchbase-lite-ios-community_1.2.1-13.zip"
},
"preserve_paths": "LICENSE.txt",
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": "z",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "SQLite",
"subspecs": [
{
"name": "SQLite",
"libraries": "sqlite3",
"source_files": "CouchbaseLite.framework/Headers/*.h",
"preserve_paths": "CouchbaseLite.framework",
"vendored_frameworks": "CouchbaseLite.framework"
}
]
}