blob: 6c7228eacc0d1b0a6774e74cd2a5d69b454fce25 [file] [log] [blame]
{
"name": "PHImageKit",
"version": "0.1.3",
"summary": "Simple yet powerful image downloading, caching and GIF playback framework.",
"homepage": "https://github.com/producthunt/PHImageKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Product Hunt": "hello@producthunt.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/producthunt/PHImageKit.git",
"tag": "0.1.3"
},
"source_files": "PHImageKit/**/*.{swift}",
"description": "- Download image or GIF and display it with just a single call\n- Caches both in memory and in file storage\n- Plays multiple GIFs simultaneously\n- Eliminates delays or blocking during the first playback loop of GIFs\n- Written in Swift\n\nPHImageKit is the component that powers all images and GIFs in ProductHunt iOS App"
}