[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 2 / IORequestable / 0.1.11 / IORequestable.podspec.json
blob73e3434c842d7094f1aabd1692b54a254bb8905d
2   "name": "IORequestable",
3   "version": "0.1.11",
4   "summary": "A simple way to define and execute your web API with IORequestable in Swift.",
5   "description": "IORequestable provides a clean and easy way to create web APIs by encapsulating codable input and output types together with URL request specifications based on an abstraction layer of Moya.",
6   "homepage": "https://github.com/royhcj/IORequestable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "royhcj": "boyroyh@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/royhcj/IORequestable.git",
16     "tag": "0.1.11"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.5",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "IORequestable/Classes/Core/**/*",
27       "dependencies": {
28         "Alamofire": [
29           "~> 5.0"
30         ],
31         "Moya": [
32           "~> 15.0.0"
33         ]
34       }
35     },
36     {
37       "name": "RxSwift",
38       "source_files": "IORequestable/Classes/RxSwift/**/*",
39       "dependencies": {
40         "IORequestable/Core": [
42         ],
43         "RxSwift": [
44           "~> 6.0"
45         ],
46         "RxCocoa": [
47           "~> 6.0"
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.5"