[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / 3 / LazyPages / 0.2.3 / LazyPages.podspec.json
blob2b835e8b9c2883e6cb9e1c14b638e55b7b032194
2   "name": "LazyPages",
3   "version": "0.2.3",
4   "summary": "LazyPages is a highly customizable library that helps you to show a scrollable list of view controllers synchronized with an index.",
5   "description": "- Lazy load of view controllers, that allow us not to have all of them in memory when initialazing LazyPages.\n                  - Furthermore, we can also initialise it with all the UIViewController instances or with closures that provides them.\n                  - View controllers are cached, and freed when memory is low.\n - View controllers can be instances of different subclasses of UIViewController.\n - Highly customizable, we can place the index and pages views as we wish, as well as desigining the index cells, with the help of Storyboard. Scroll directions could be set as wished.\n- Public API to go to a desired page.\n - Usage of UIViewController, not UIView.",
6   "homepage": "https://github.com/WeltN24/LazyPages",
7   "license": "MIT",
8   "authors": {
9     "César Vargas Casaseca": "cesar.vargas-casaseca@weltn24.de"
10   },
11   "source": {
12     "git": "https://github.com/WeltN24/LazyPages.git",
13     "tag": "0.2.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "LazyPages/**/*.swift",
21     "LazyPages/LazyPages.h"
22   ]