[Add] YSRTCLiveAVKitSDK 1.0.10
[CocoaPods.git] / Specs / b / 8 / 2 / IORequestable / 0.1.1 / IORequestable.podspec.json
blob1dc54fb8cb8c74564e527f98f5ceccf7d31b498f
2   "name": "IORequestable",
3   "version": "0.1.1",
4   "summary": "A simple way to define and execute your web API with IORequestable in Swift.",
5   "description": "ORequestable 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.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "IORequestable/Classes/**/*",
23   "dependencies": {
24     "Alamofire": [
26     ],
27     "Result": [
29     ],
30     "Moya": [
32     ],
33     "SwiftyJSON": [
35     ],
36     "RxSwift": [
38     ],
39     "RxCocoa": [
41     ]
42   }