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