[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 6 / e / GRNetworkKit / 0.5.11 / GRNetworkKit.podspec.json
blobf821a9bbdc9ef4fca8b2a48bb897e73ca19a14e6
2   "name": "GRNetworkKit",
3   "version": "0.5.11",
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.11"
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       "~> 3.2"
33     ]
34   }