blob: 0b1f4ba4114b8289ec6620d4a6bdc840d592ac21 [file] [log] [blame]
{
"name": "moa",
"version": "2.0.9",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/moa",
"summary": "An image download extension for image view written in Swift.",
"description": "Moa is an image download library written in Swift for iOS and OS X.\nIt allows to download and show an image in an image view by setting its moa.url property.\n\n* Images are downloaded asynchronously.\n* Uses NSURLSession for networking and caching.\n* Allows to configure cache size and policy.\n* Can be used without an image view.\n* Provides closure properties for image manipulation and error handling.\n* Includes unit testing mode for faking network responses.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/moa.git",
"tag": "2.0.9"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/moa/master/Graphics/Hunting_Moa.jpg",
"source_files": "Moa/**/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}