blob: 553124b0372af8da1e4b4c5011cd6ad714edec73 [file] [log] [blame]
{
"name": "Auk",
"version": "2.0.6",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/evgenyneu/Auk",
"summary": "An image slideshow for iOS written in Swift.",
"description": " This is an iOS library that shows an image carousel with a page indicator. Users can scroll through local and remote images or watch them scroll automatically.\n\n * Allows to specify placeholder and error images for remote sources.\n * Includes ability to simulate and verify image download in unit tests.\n * Supports animated transition during screen orientation change.\n * Includes image caching.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/Auk.git",
"tag": "2.0.6"
},
"screenshots": "https://raw.githubusercontent.com/evgenyneu/Auk/master/Graphics/Screenshots/auk_paged_image_scroller_ios.jpg",
"source_files": "Auk/**/*.swift",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"moa": [
"~> 2.0"
]
}
}