blob: 3fe8a59d9fb3aa44d9b61b89127c22c28daa2709 [file] [log] [blame]
{
"name": "SGImageCache",
"version": "1.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": "1.2.0"
},
"requires_arc": true,
"dependencies": {
"SGHTTPRequest": [
],
"MGEvents": [
]
},
"default_subspecs": "base",
"subspecs": [
{
"name": "base",
"source_files": "*.{h,m}"
},
{
"name": "PromiseKit",
"dependencies": {
"PromiseKit/base": [
],
"SGImageCache/base": [
]
},
"source_files": "PromiseKit/*.{h,m}"
}
]
}