blob: 9d513e50f9c41d47772008133e7461b048d18a1f [file] [log] [blame]
{
"name": "MHNetwork",
"version": "0.0.4",
"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": "0.0.4"
},
"source_files": [
"Classes",
"MHNetwork/**/*.{swift,plist}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SwiftyJSON": [
]
}
}