2 "name": "CMLazyScrollViewController",
4 "summary": "Lazy ScrollView with support for infinite scroll (using a paging system with UIViewControllers and not UIViews)",
5 "description": "CMLazyScrollViewController is a controller that I developped in first place to have an infinite carousel of images easily and that i don't have to redo it everytime. And I thought that it would be better than a basic carousel to have UIViewControllers instead of UIViews, to have more complex page. Also I choose to inherit from a UIViewController instead of a UIView because I wanted to be able to add childViewControllers",
6 "homepage": "https://github.com/Mycose/CMLazyScrollViewController",
12 "Clément Morissard": "morissard@gmail.com"
15 "git": "https://github.com/Mycose/CMLazyScrollViewController.git",
21 "source_files": "CMLazyScrollViewController/Classes/**/*",
22 "pushed_with_swift_version": "3.0"