[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / a / 0 / 8 / SwiftRestAPIClient / 2.0.3 / SwiftRestAPIClient.podspec.json
blob2f95e9e70909ce2fe21587dd16f68a5431054fd0
2   "name": "SwiftRestAPIClient",
3   "version": "2.0.3",
4   "summary": "A REST API client for Swift.",
5   "description": "SwiftRestAPIClient provides a basic structure for creating a client API to connect to a REST backend.",
6   "homepage": "https://github.com/kha26/SwiftRESTAPIClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kha26": "kha26@cornell.edu"
13   },
14   "source": {
15     "git": "https://github.com/kha26/SwiftRESTAPIClient.git",
16     "tag": "2.0.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "Classes/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
26     ]
27   }