blob: 2c266e363d1ccbfb6ea0451e81b75b987e92ac8f [file] [log] [blame]
{
"name": "MHNetwork",
"version": "1.0.2",
"summary": "An implementation for protocol oriented network layer",
"swift_version": "4.2",
"description": "An implementation for protocol oriented network layer Read The ReadME in the github repo to know how you should use it. https://github.com/emadhegab/MHNetwork",
"homepage": "https://github.com/emadhegab/MHNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mohamed Hegab": "emadhegab@gmail.com"
},
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/emadhegab/MHNetwork.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"MHNetwork/**/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}