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