blob: 453c07bef09f6214c463d21a6f1aaaa8bc9dda4b [file] [log] [blame]
{
"name": "SGImageCache",
"version": "2.4.0",
"summary": "A lightweight iOS image cache.",
"homepage": "https://github.com/seatgeek/SGImageCache",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "SeatGeek",
"platforms": {
"ios": "7.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/seatgeek/SGImageCache.git",
"tag": "2.4.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"SGHTTPRequest/Core": [
"~> 1.8"
],
"AFNetworking": [
],
"MGEvents": [
"~> 1.1"
],
"PromiseKit/Promise": [
"~> 1.5"
]
}
}