blob: d452c3655af4742b47afef030820ae8d1e29dafb [file] [log] [blame]
{
"name": "Cacher",
"version": "1.0.0",
"summary": "A simple no-nonsense image cache written entirely in swift.",
"description": "A simple no-nonsense image cache written entirely in swift.",
"homepage": "https://github.com/MountainBuffalo/Cacher",
"license": "MIT",
"authors": {
"Justin Anderson": "jus0610tin@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MountainBuffalo/Cacher.git"
},
"source_files": [
"Cacher",
"Cacher/**/*.{h,m,swift}"
],
"exclude_files": "CacherTests",
"resources": "cacher.png",
"pushed_with_swift_version": "3.1"
}