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