blob: 5176d2c9adae952e93da3eba7b457cc46e3cfb44 [file] [log] [blame]
{
"name": "MHNetwork",
"version": "1.1",
"summary": "An implementation for protocol oriented network layer",
"swift_versions": "5.0",
"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.1"
},
"source_files": [
"Classes",
"Sources/MHNetwork/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}