blob: 2fe9a9196c040a32a3899bc96d0a2ed49122caef [file] [log] [blame]
{
"name": "moa",
"version": "1.0.34",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/moa",
"summary": "An image download extension for UIImageView written in Swift.",
"description": " Moa is an image download library for iOS written in Swift.\n It allows to download and show an image in UIImageView by setting its moa.url property.\n\n * Images are downloaded asynchronously.\n * Uses NSURLSession for networking and caching.\n * Images are cached locally according to their HTTP response headers.\n * Can be used without UIImageView.\n * Provides closure properties for image manipulation and error handling.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/moa.git",
"tag": "1.0.34"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/moa/master/Graphics/Hunting_Moa.jpg",
"source_files": "Moa/*.swift",
"platforms": {
"ios": "8.0"
}
}