[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / d / 2 / SwiftCloudant / 0.2.1 / SwiftCloudant.podspec.json
blob8c9f63bdddf7c96ae2e21c2f40aa72753fda3841
2   "name": "SwiftCloudant",
3   "version": "0.2.1",
4   "summary": "SwiftCloudant is a client library for  Apache CouchDB / IBM Cloudant from Swift 3",
5   "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.",
6   "homepage": "https://github.com/cloudant/swift-cloudant",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "IBM Cloudant": "support@cloudant.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/cloudant/swift-cloudant.git",
20     "tag": "0.2.1"
21   },
22   "source_files": [
23     "Classes",
24     "Source/**/*.swift"
25   ]