[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 5 / f / IHParallaxNavigationController / 1.0 / IHParallaxNavigationController.podspec.json
blob4472e8e0321712a804b9913e77e51f43eecd7508
2   "name": "IHParallaxNavigationController",
3   "version": "1.0",
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.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "Classes/*.{h,m}",
19   "public_header_files": "Classes/*.h",
20   "requires_arc": true