[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 0 / SCPageViewControllerEx / 3.0.0 / SCPageViewControllerEx.podspec.json
blobc36f1886b1ade3ed21e1474a3cbae59d887c4ae4
2   "name": "SCPageViewControllerEx",
3   "version": "3.0.0",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "SCPageViewController is a container view controller similar to UIPageViewController which provies more control and is much more customizable",
8   "description": "SCPageViewController is a container view controller similar to UIPageViewController but which provies more control, is much more customizable and, arguably, has a better overall design. \nIt supports the following features:\n\n- Customizable transitions and animations (through layouters and custom easing functions)\n- Incremental updates with user defined animations\n- Bouncing and realistic physics\n- Correct appearance calls, even while interactions are in progres\n- Custom layouts and animated layout changes\n- Vertical and horizontal layouts\n- Pagination\n- Content insets\n- Completion blocks\n- Customizable interaction area and number of touches required\n\nand more..",
9   "homepage": "https://github.com/stefanceriu/SCPageViewController",
10   "authors": {
11     "Stefan Ceriu": "stefan.ceriu@yahoo.com"
12   },
13   "social_media_url": "https://twitter.com/stefanceriu",
14   "source": {
15     "git": "https://github.com/jprothwell/SCPageViewController.git",
16     "tag": "3.0.0"
17   },
18   "license": {
19     "type": "MIT License",
20     "file": "LICENSE"
21   },
22   "source_files": [
23     "SCPageViewController/*",
24     "SCPageViewController/Layouters/*"
25   ],
26   "requires_arc": true,
27   "frameworks": [
28     "UIKit",
29     "QuartzCore",
30     "CoreGraphics",
31     "Foundation"
32   ],
33   "dependencies": {
34     "SCScrollViewEx": [
35       "~> 3.0"
36     ]
37   }