blob: 5cb5a08426d6f1e35f47d520321806127187edbb [file] [log] [blame]
{
"name": "MHNetwork",
"version": "1.0.0",
"summary": "An implementation for protocol oriented network layer",
"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.0"
},
"source_files": [
"Classes",
"MHNetwork/**/*.{swift,plist}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SwiftyJSON": [
]
}
}