[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / a / Neorequest / 2.0.2 / Neorequest.podspec.json
blobe95ab53d0c839cceabfbf8d87cb73f70d0b0e99a
2   "name": "Neorequest",
3   "version": "2.0.2",
4   "summary": "A simple wrapper around SwiftHTTP for a cleaner syntax and some extras",
5   "description": "A network request framework built on top of SwiftHTTP to easier the management of network requests. The framework add a cleaner syntax and some extras like managing the authorization of the requests automatically or adding a loading to a view automatically",
6   "homepage": "http://www.neomode.com.br",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Neomode",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://gitlab.com/neomode-modules/neorequest",
17     "tag": "2.0.2"
18   },
19   "source_files": [
20     "Neorequest",
21     "Neorequest/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "SwiftHTTP": [
25       "~> 3.0.1"
26     ],
27     "Locksmith": [
29     ],
30     "PKHUD": [
31       "~> 5.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.1"