blob: 9820ac4eab40e08c8a19d34057fde5eea9e73264 [file] [log] [blame]
{
"name": "CouchCocoa",
"version": "1.0",
"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": "v1.0"
},
"source_files": [
"Couch",
"Model",
"REST",
"UI/iOS"
],
"compiler_flags": "-DCOUCHCOCOA_IMPL",
"dependencies": {
"JSONKit": [
"~> 1.4"
]
},
"requires_arc": false
}