blob: 404ea51391b0cabe20f7bf90098f163f9e06c3b5 [file] [log] [blame]
{
"name": "APLoopingScrollView",
"version": "1.0.2",
"summary": "Looping UIScrollView implementation, supports custom page size and item spacing. Built in Swift",
"description": "After failing to find a decent looping scroll view impelementation I set out to build my own. APLoopingScrollView is a direct subclass of UIScrollView that displays collections of cards in either horizontal or vertical orientation.\n\n You have control over:\n\n * Item Size\n * Item Spacing\n * Scroll Direction\n * Paging",
"homepage": "https://github.com/MrBendel/APLoopingScrollView",
"screenshots": [
"https://raw.githubusercontent.com/MrBendel/APLoopingScrollView/master/APLoopingScrollView/APLoopingScrollView/gifs/horz.gif",
"https://raw.githubusercontent.com/MrBendel/APLoopingScrollView/master/APLoopingScrollView/APLoopingScrollView/gifs/vert.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Poes": "doniguan@gmail.com"
},
"social_media_url": "http://twitter.com/doniguan",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MrBendel/APLoopingScrollView.git",
"tag": "1.0.2",
"commit": "eb28db91771320665ab8e676ba28f8320c6a5957"
},
"source_files": [
"APLoopingScrollView/APLoopingScrollView/Source/",
"APLoopingScrollView/APLoopingScrollView/Source/**/*.{h,m}"
],
"exclude_files": "Classes/Examples"
}