[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / f / a / Neorequest / 2.1.0 / Neorequest.podspec.json
blobca66bd6741220ea1ed98908f67daa0cff2992140
2   "name": "Neorequest",
3   "version": "2.1.0",
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": "10.0"
14   },
15   "source": {
16     "git": "https://gitlab.com/neomode-modules/neorequest",
17     "tag": "2.1.0"
18   },
19   "source_files": [
20     "Neorequest",
21     "Neorequest/**/*.{h,m}"
22   ],
23   "dependencies": {
24     "SwiftHTTP": [
26     ],
27     "Locksmith": [
29     ],
30     "PKHUD": [
32     ]
33   }