[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / SHttp / 1.0.1 / SHttp.podspec.json
blobd0247235cd1ab9417fafbc62de3b60bc7a14765c
2   "name": "SHttp",
3   "version": "1.0.1",
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.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SHttp/Classes/**/*"