[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 0 / 8 / SwiftRestAPIClient / 1.0.3 / SwiftRestAPIClient.podspec.json
blobf836b3c1756aab5a02d9f92cd26677b05f15e329
2   "name": "SwiftRestAPIClient",
3   "version": "1.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": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "3.2",
22   "source_files": "Classes/**/*.swift",
23   "dependencies": {
24     "Alamofire": [
26     ]
27   }