blob: 56c3fe4405a98883b71387ced218f03d086ec07a [file] [log] [blame]
{
"name": "SGImageCache",
"version": "2.0.0",
"summary": "A lightweight iOS image cache.",
"homepage": "https://github.com/seatgeek/SGImageCache",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "SeatGeek",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/seatgeek/SGImageCache.git",
"tag": "2.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest": [
],
"MGEvents": [
],
"PromiseKit/base": [
]
}
}