blob: 9cf60b5a1d6f9e086b2effd21ae33976c8910110 [file] [log] [blame]
{
"name": "SwiftCloudant",
"version": "0.8.0",
"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.8.0"
},
"source_files": [
"Classes",
"Source/**/*.swift"
],
"swift_version": "3.1"
}