blob: 53a83fc335543fa1a12e16379c8134b5666655a9 [file] [log] [blame]
{
"name": "SGImageCache",
"version": "2.3.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.3.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest": [
"~> 1.7"
],
"AFNetworking": [
],
"MGEvents": [
"~> 1.1"
],
"PromiseKit/Promise": [
"~> 1.5"
]
}
}