blob: 6694e35e1f4b12a3f83df7e3b80ef75c2efd1277 [file] [log] [blame]
{
"name": "MHNetwork",
"version": "0.0.2",
"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"
},
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/emadhegab/MHNetwork.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"MHNetwork/**/*.{swift,plist}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"SwiftyJSON": [
]
}
}