blob: aebacb80d5fcf8da58505a1184461b3ed25f4e77 [file] [log] [blame]
{
"name": "ObjectiveCloudant",
"version": "0.2.2",
"summary": "Objective-cloudant is a client library for Apache CouchDB / IBM Cloudant",
"description": "Objective-cloudant is a client library for interacting with\nApache CouchDB / IBM Cloudant.\n\nIt provides an operation based API for performing actions\nwith the Apache CouchDB HTTP API.",
"homepage": "https://github.com/cloudant/objective-cloudant",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"IBM Cloudant": "support@cloudant.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/cloudant/objective-cloudant.git",
"tag": "0.2.2"
},
"source_files": [
"Classes",
"ObjectiveCloudant/**/*.{h,m}"
],
"public_header_files": "ObjectiveCloudant/**/*.h",
"private_header_files": "ObjectiveCloudant/**/*+Internal.h"
}