blob: 53a103f2d04b013a481517cbc39107eeeed0cddd [file] [log] [blame]
{
"name": "Cacher",
"version": "0.0.1",
"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"
}