[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 9 / d / RestlerCombine / 1.1 / RestlerCombine.podspec.json
blob446b2d8cfe13f81821469c528f95604fa1985955
2   "name": "RestlerCombine",
3   "version": "1.1",
4   "summary": "Framework for REST requests in Swift",
5   "description": "Restler is a framework for type-safe and easy REST API requests in Swift.",
6   "homepage": "https://github.com/railwaymen/restler",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bartłomiej Świerad": "bartlomiej.swierad@railwaymen.org"
13   },
14   "source": {
15     "git": "https://github.com/railwaymen/restler.git",
16     "tag": "1.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "swift_versions": "5.2",
22   "source_files": "Sources/RestlerCombine/**/*.swift",
23   "dependencies": {
24     "RestlerCore": [
25       "~> 1.1"
26     ]
27   },
28   "swift_version": "5.2"