[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 6 / e / GRNetworkKit / 0.5.6 / GRNetworkKit.podspec.json
blob9641d485a3f68be13d1a17672e7c6f5542a56265
2   "name": "GRNetworkKit",
3   "version": "0.5.6",
4   "summary": "Helpful code for making network requests",
5   "description": "A network abstraction that allows easy network requests/responses and streamed-from-disk multi-part form-data POSTs.",
6   "homepage": "https://github.com/jgrantr/GRNetworkKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Grant Robinson": "grant@zayda.com"
13   },
14   "source": {
15     "git": "https://github.com/jgrantr/GRNetworkKit.git",
16     "tag": "0.5.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GRNetworkKit/Classes/**/*",
22   "public_header_files": "GRNetworkKit/Classes/GR*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "PromiseKit": [
30     ],
31     "CocoaLumberjack": [
32       "~> 2.4"
33     ]
34   },
35   "pushed_with_swift_version": "3.0"