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