[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 8 / 4 / MHNetwork / 1.1 / MHNetwork.podspec.json
blob5176d2c9adae952e93da3eba7b457cc46e3cfb44
2   "name": "MHNetwork",
3   "version": "1.1",
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.1"
22   },
23   "source_files": [
24     "Classes",
25     "Sources/MHNetwork/**/*.{swift}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "swift_version": "5.0"