[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 0 / 8 / SwiftRestAPIClient / 2.0.4 / SwiftRestAPIClient.podspec.json
blob53b9f8d0c8a64741958525e5f6309ac17cb1e78d
2   "name": "SwiftRestAPIClient",
3   "version": "2.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "Classes/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
26     ]
27   }