blob: 5829fe19ed30b0af026e6777bb457a44cfe90db1 [file] [log] [blame]
{
"name": "CouchCocoa",
"version": "0.961-beta6",
"license": {
"type": "Apache",
"text": "Released under the Apache license, version 2.0."
},
"summary": "Objective-C API for CouchDB on iOS and Mac OS.",
"homepage": "https://github.com/couchbaselabs/CouchCocoa",
"authors": {
"Jens Alfke": "jens@couchbase.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/couchbaselabs/CouchCocoa.git",
"tag": "v0.961-beta6"
},
"source_files": [
"Couch",
"Model",
"REST",
"UI/iOS"
],
"compiler_flags": "-DCOUCHCOCOA_IMPL",
"dependencies": {
"JSONKit": [
"~> 1.4"
]
},
"requires_arc": false
}