| { |
| "name": "SGImageCache", |
| "version": "2.5.0", |
| "summary": "A lightweight iOS image cache.", |
| "homepage": "https://github.com/seatgeek/SGImageCache", |
| "license": { |
| "type": "BSD", |
| "file": "LICENSE" |
| }, |
| "authors": "SeatGeek", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/seatgeek/SGImageCache.git", |
| "tag": "2.5.0" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true, |
| "dependencies": { |
| "SGHTTPRequest/Core": [ |
| "~> 1.9" |
| ], |
| "MGEvents": [ |
| "~> 1.2" |
| ], |
| "PromiseKit/Promise": [ |
| "~> 1.5" |
| ] |
| } |
| } |