blob: 1dd7745fca47288ff88bb36f37bc70345cfc236c [file] [log] [blame]
{
"name": "SwipeView",
"version": "1.2.10",
"summary": "Horizontal, paged scrolling views based on UIScrollView, with convenient functionality in UITableView-style.",
"description": "SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface and efficient view loading, unloading and recycling.",
"homepage": "https://github.com/nicklockwood/SwipeView",
"license": {
"type": "MIT",
"file": "LICENCE.md"
},
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/SwipeView.git",
"tag": "1.2.10"
},
"source_files": "SwipeView",
"requires_arc": false,
"platforms": {
"ios": null
}
}