blob: 619c2b8af64e321909610656914b5c4af7eef727 [file] [log] [blame]
{
"name": "SGImageCache",
"version": "2.2.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.2.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest": [
],
"AFNetworking": [
"~> 2.0"
],
"MGEvents": [
],
"PromiseKit/base": [
"~> 1.5"
]
}
}