[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / 5 / CMLazyScrollViewController / 0.0.2 / CMLazyScrollViewController.podspec.json
blobec5beeae1f70cd3c76590dc9cbb263241d34ce10
2   "name": "CMLazyScrollViewController",
3   "version": "0.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CMLazyScrollViewController/Classes/**/*",
22   "dependencies": {
23     "CMPageControl": [
24       "~> 0.0.3"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"