[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / d / 2 / SwiftCloudant / 0.8.0 / SwiftCloudant.podspec.json
blob9cf60b5a1d6f9e086b2effd21ae33976c8910110
2   "name": "SwiftCloudant",
3   "version": "0.8.0",
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.8.0"
21   },
22   "source_files": [
23     "Classes",
24     "Source/**/*.swift"
25   ],
26   "swift_version": "3.1"