blob: 1b4279dd3b2ed428eac264585197f598e7d5a9cb [file] [log] [blame]
{
"name": "SGImageCache",
"version": "3.0.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": "3.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest/Core": [
"~> 1.9"
],
"MGEvents": [
"~> 1.2"
],
"PromiseKit/Promise": [
"~> 1.5"
]
}
}