blob: 1fd5507e28dc539fcfc637af38fbb821df27199e [file] [log] [blame]
{
"name": "airImageCache",
"version": "1.0.0",
"summary": "An basic UIImage cache manager backed by both an in-memory NSCache and file system /Caches folder.",
"description": "An extremely simple UIImage cache manager backed by both an in-memory NSCache and file system /Caches folder.",
"homepage": "https://github.com/airG/iOS-airImageCache",
"license": "Apache License, Version 2.0",
"authors": {
"Steven Thompson": "steve.thomp@me.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/airG/iOS-airImageCache.git",
"tag": "1.0.0"
},
"source_files": [
"AirImageCache",
"AirImageCache/**/*.{h,m,swift}"
],
"pushed_with_swift_version": "4.0"
}