blob: 1894c533e9f5b2945f169a81ba6dd0cb4c8a1f4e [file] [log] [blame]
{
"name": "EBNetwork",
"version": "1.0.0",
"summary": "HTTP Library, GET, POST, DELETE and PUT methods with Token Bearer Authorizathion",
"description": "HTTP Library to use to do GET, POST, DELETE and PUT requests, created with protocols, and with Bearer authorization optional",
"homepage": "https://github.com/ezequielbrrt/EBNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ezequielbrrt": "ezequielbrrt@gmail.com"
},
"source": {
"git": "https://github.com/ezequielbrrt/EBNetwork.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}