[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 0 / 9 / URLExpress / 0.1.0 / URLExpress.podspec.json
blob360e93130f8c8d732885e8a56db1b4f045d0bd8e
2   "name": "URLExpress",
3   "version": "0.1.0",
4   "swift_versions": "5.7",
5   "summary": "A framework built on top of URLSession to enable writing URLRequest in a declarative manner.",
6   "description": "A framework built on top of URLSession to enable writing URLRequest in a declarative syntax to make it more readable and expressive (yes, pun definitely intended) and reduce unwanted mutability.",
7   "homepage": "https://github.com/ahmedfathy-m/URLExpress",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ahmed Fathy": "ahmedfathy.mha@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ahmedfathy-m/URLExpress.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "URLExpress/Sources/**/*",
23   "swift_version": "5.7"