blob: 735119257b026e1cfb5bbdc3681d04d6b56c666d [file] [log] [blame]
{
"name": "SwiftCloudant",
"version": "0.3.1",
"summary": "SwiftCloudant is a client library for Apache CouchDB / IBM Cloudant from Swift 3",
"description": "SwiftCloudant is a client library for interacting with\nApache CouchDB / IBM Cloudant from Swift 3.\n\nIt provides an operation based API for performing actions\nwith the Apache CouchDB HTTP API.",
"homepage": "https://github.com/cloudant/swift-cloudant",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"IBM Cloudant": "support@cloudant.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/cloudant/swift-cloudant.git",
"tag": "0.3.1"
},
"source_files": [
"Classes",
"Source/**/*.swift"
]
}