blob: 98c96942b6496581c600de4972bb2b6644245033 [file] [log] [blame]
{
"name": "SHttp",
"version": "1.0.0",
"summary": "A Simple Http library for swift.",
"swift_version": "4.0",
"description": "This cocapod is a wrapper around URLSession. no mapper needed for jsons thanks to Codable.",
"homepage": "https://github.com/iEAmi/SHttp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iEAmi": "Eahmad.edge@gmail.com"
},
"source": {
"git": "https://github.com/iEAmi/SHttp.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SHttp/Classes/**/*"
}