[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 8 / 2 / IORequestable / 0.1.3 / IORequestable.podspec.json
blob60be57221babc60d77c0839cf0d5605644466a16
2   "name": "IORequestable",
3   "version": "0.1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.0",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "IORequestable/Classes/Core/**/*",
27       "dependencies": {
28         "Alamofire": [
29           "~> 4.8.0"
30         ],
31         "Result": [
33         ],
34         "Moya": [
35           "~> 12.0.0"
36         ],
37         "SwiftyJSON": [
38           "~> 4.2.0"
39         ]
40       }
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "IORequestable/Classes/RxSwift/**/*",
45       "dependencies": {
46         "IORequestable/Core": [
48         ],
49         "RxSwift": [
50           "~> 4.4.0"
51         ],
52         "RxCocoa": [
53           "~> 4.4.0"
54         ]
55       }
56     }
57   ]