[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / c / 5 / CMLazyScrollViewController / 0.0.1 / CMLazyScrollViewController.podspec.json
blob811190b33631aea353da902ffc61253b6d6ddcb7
2   "name": "CMLazyScrollViewController",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Clément Morissard": "morissard@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Mycose/CMLazyScrollViewController.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CMLazyScrollViewController/Classes/**/*",
22   "pushed_with_swift_version": "3.0"