| { |
| "name": "SGHTTPRequest", |
| "version": "1.7.0", |
| "summary": "A lightweight AFNetworking wrapper for making HTTP requests with minimal code, and callback blocks for success, failure, and retry.", |
| "homepage": "https://github.com/seatgeek/SGHTTPRequest", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": "SeatGeek", |
| "platforms": { |
| "watchos": "2.0", |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/seatgeek/SGHTTPRequest.git", |
| "tag": "1.7.0" |
| }, |
| "source_files": "SGHTTPRequest/**/*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~>3.0" |
| ], |
| "MGEvents": [ |
| "~> 1.1" |
| ] |
| } |
| } |