[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / a / 4 / SHttp / 1.0.2 / SHttp.podspec.json
blob8337d777787259f5783b4ca37fa345f2b0da5c88
2   "name": "SHttp",
3   "version": "1.0.2",
4   "summary": "A Simple Http library for swift.",
5   "swift_version": "4.0",
6   "description": "This cocapod is a wrapper around URLSession. no mapper needed for jsons thanks to Codable.",
7   "homepage": "https://github.com/iEAmi/SHttp",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "iEAmi": "Eahmad.edge@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/iEAmi/SHttp.git",
17     "tag": "1.0.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SHttp/Classes/**/*"