blob: be815a61ced954efa32c36944267cca72b94f267 [file] [log] [blame]
{
"name": "EMTImageCacheManager",
"version": "1.0.4",
"summary": "An image cache manager for WKInterfaceDevice of Apple WatchKit",
"description": " If WKInterfaceDevice's .cachedImages is already full, EMTImageCacheManager removes cache files as much as necessary in ascending order by added date.\n",
"homepage": "https://github.com/hirokimu/EMTImageCacheManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hironobu Kimura": "kimura@emotionale.jp"
},
"platforms": {
"ios": "8.2"
},
"source": {
"git": "https://github.com/hirokimu/EMTImageCacheManager.git",
"tag": "1.0.4"
},
"source_files": "EMTImageCacheManager/*.{h,m}",
"requires_arc": true
}