[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / e / APPagedScrollView / 1.0.3 / APPagedScrollView.podspec.json
blob072b2e53d3aba99bf7660b5a2b5a07d592a98c7f
2   "name": "APPagedScrollView",
3   "version": "1.0.3",
4   "summary": "A quick delegate-based paging scroll view class that can handle all the layout for you.",
5   "requires_arc": true,
6   "description": "A quick delegate-based paging scroll view class that can handle all the layout for you.\n\nCreating paging scroll views on iOS isn't always the easiest. With APPagedScrollView and it's UITableView-like API with delegates and data sources, you can get off your feet with barely any code.\n\nIn addition, there is an APPagedScrollViewController that can set up the scroll view for it, which implments the delegate and data source methods so that you can easily override those and provide the data you want.",
7   "homepage": "https://github.com/aydenp/APPagedScrollView",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Ayden P",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/aydenp/APPagedScrollView.git",
18     "tag": "1.0.3"
19   },
20   "source_files": "APPagedScrollView/*.swift",
21   "frameworks": "UIKit",
22   "pushed_with_swift_version": "3.0"