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