| { |
| "name": "SGHTTPRequest", |
| "version": "1.0.3", |
| "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": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/seatgeek/SGHTTPRequest.git", |
| "tag": "1.0.3" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |