[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 5 / f / IHParallaxNavigationController / 1.3 / IHParallaxNavigationController.podspec.json
blobfc58b07efcec03a89c9955d61bd5bd171f57fbe0
2   "name": "IHParallaxNavigationController",
3   "version": "1.3",
4   "summary": "IHParallaxNavigationController is a UINavigationController subclass that uses a parallax effect when pushing and popping view controllers",
5   "homepage": "https://github.com/IdleHandsApps/IHParallaxNavigationController/",
6   "description": "                       IHParallaxNavigationController is a drop in solution to give you a cool parallax effect when pushing and popping view controllers. Its compatible with Storyboards and requires very little code.\n\nIn your storyboard, just change the UINavigationController class to IHParallaxNavigationController and your UIViewControllers to IHParallaxViewController, then in code set the parallax background image and you are done\n\nAll animations, transitions and gestures automatically performed by UINavigationControllers are supported by IHParallaxNavigationController as its a subclass\n",
7   "license": "MIT",
8   "authors": {
9     "Fraser Scott-Morrison": "fraserscottmorrison@me.com"
10   },
11   "source": {
12     "git": "https://github.com/IdleHandsApps/IHParallaxNavigationController.git",
13     "tag": "1.3"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/*.{h,m}",
19   "public_header_files": "Classes/*.h",
20   "requires_arc": true