[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / e / 6 / 7 / SwipeView / 1.2.7 / SwipeView.podspec.json
blob8eaaf5f54f905d1a255afe028f69800296fd232e
2   "name": "SwipeView",
3   "version": "1.2.7",
4   "summary": "Horizontal, paged scrolling views based on UIScrollView, with convenient functionality in UITableView-style.",
5   "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.",
6   "homepage": "https://github.com/nicklockwood/SwipeView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENCE.md"
10   },
11   "authors": {
12     "Nick Lockwood": "support@charcoaldesign.co.uk"
13   },
14   "source": {
15     "git": "https://github.com/nicklockwood/SwipeView.git",
16     "tag": "1.2.7"
17   },
18   "source_files": "SwipeView",
19   "requires_arc": true,
20   "platforms": {
21     "ios": null
22   }