blob: 121e0a74b7fdd10e899f6dc1983bed3a2293c762 [file] [log] [blame]
{
"name": "CSImageAsync",
"version": "1.0.0",
"summary": "A small framework written in Swift for downloading images from the web.",
"description": "CSImageAsync is a Swift implementaion of an async image loader with caching achieved by NSCache.",
"homepage": "https://github.com/charleshs/CSImageAsync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"charleshs": "charlous167@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/charleshs/CSImageAsync.git",
"tag": "1.0.0"
},
"source_files": "CSImageAsync/Source/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}