[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 8 / 9 / 6 / GenericAPIClient / 1.0.0 / GenericAPIClient.podspec.json
blob8254617c50d24ff5be0ecaf1557eebe6c00024ba
2   "name": "GenericAPIClient",
3   "version": "1.0.0",
4   "summary": "Generic web requesting class.",
5   "description": "Generic API class to fetch generic json data from API endpoints.",
6   "homepage": "https://github.com/Zhendryk/GenericAPIClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Zhendryk",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/Zhendryk/GenericAPIClient.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "GenericAPIClient",
21     "GenericAPIClient/**/*.{h,m, .swift}"
22   ],
23   "exclude_files": "Example/ExampleEndpoint.swift",
24   "swift_version": "4.2"