[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / MHNetwork / 0.0.2 / MHNetwork.podspec.json
blob6694e35e1f4b12a3f83df7e3b80ef75c2efd1277
2   "name": "MHNetwork",
3   "version": "0.0.2",
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   "swift_version": "4.1",
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0"
18   },
19   "source": {
20     "git": "https://github.com/emadhegab/MHNetwork.git",
21     "tag": "0.0.2"
22   },
23   "source_files": [
24     "Classes",
25     "MHNetwork/**/*.{swift,plist}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "dependencies": {
29     "SwiftyJSON": [
31     ]
32   }