[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / f / Konex / 0.4.2 / Konex.podspec.json
blob6f9059b8cf859d6ab0d41579dbb0e9a767d030ac
2   "name": "Konex",
3   "version": "0.4.2",
4   "summary": "Konex is an extensible, protocol oriented, networking layer over URLSession written in swift.",
5   "description": "Konex is an extensible, protocol oriented, networking layer over URLSession written in swift.\n\nYou can extend it with plugins, response processors and validators. More info in github.",
6   "homepage": "https://github.com/fmo91/Konex",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fmo91": "ortizfernandomartin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fmo91/Konex.git",
16     "tag": "0.4.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Konex/Classes/**/*",
22   "dependencies": {
23     "ObjectMapper": [
24       "~> 2.2"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"