[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / MHNetwork / 1.0.3 / MHNetwork.podspec.json
blob7044c05fc64f5a0d6eff1a010d23ebad3b17dc20
2   "name": "MHNetwork",
3   "version": "1.0.3",
4   "summary": "An implementation for protocol oriented network layer",
5   "swift_versions": "5.0",
6   "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",
7   "homepage": "https://github.com/emadhegab/MHNetwork",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mohamed Hegab": "emadhegab@gmail.com"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0"
18   },
19   "source": {
20     "git": "https://github.com/emadhegab/MHNetwork.git",
21     "tag": "1.0.3"
22   },
23   "source_files": [
24     "Classes",
25     "MHNetwork/**/*.{swift}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "swift_version": "5.0"