blob: 2c0be0734b67cd01790c273b3026eb2b865c5f32 [file] [log] [blame]
{
"name": "AWebImage",
"version": "0.1.0",
"summary": "A library for downloading and caching image from web.",
"description": "A library for downloading and caching image from web. Implemented by NSURLCache in Swift.",
"homepage": "https://github.com/adow/AWebImage.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"adow": "reynoldqin@gmail.com"
},
"social_media_url": "https://github.com/adow",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/adow/AWebImage.git",
"tag": "0.1.0"
},
"source_files": "AWebImage/*.{h,swift}",
"requires_arc": true,
"frameworks": "Foundation"
}