blob: 759c9c1a87606dd2af70d1a7a6bf7dbfec8df351 [file] [log] [blame]
{
"name": "Auk",
"version": "2.0.15",
"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* Supports right-to-left languages.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/evgenyneu/Auk.git",
"tag": "2.0.15"
},
"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"
]
}
}