blob: 0e1b8d7e36c3d246c126c17ed4575835d8abe1a9 [file] [log] [blame]
{
"name": "EMTImageCacheManager",
"version": "1.0.6",
"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.6"
},
"source_files": "EMTImageCacheManager/*.{h,m}",
"requires_arc": true
}