blob: 8eaaf5f54f905d1a255afe028f69800296fd232e [file] [log] [blame]
{
"name": "SwipeView",
"version": "1.2.7",
"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/delegat interface for loading views dynamically, 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.7"
},
"source_files": "SwipeView",
"requires_arc": true,
"platforms": {
"ios": null
}
}