blob: 4472e8e0321712a804b9913e77e51f43eecd7508 [file] [log] [blame]
{
"name": "IHParallaxNavigationController",
"version": "1.0",
"summary": "IHParallaxNavigationController is a UINavigationController subclass that uses a parallax effect when pushing and popping view controllers",
"homepage": "https://github.com/IdleHandsApps/IHParallaxNavigationController/",
"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",
"license": "MIT",
"authors": {
"Fraser Scott-Morrison": "fraserscottmorrison@me.com"
},
"source": {
"git": "https://github.com/IdleHandsApps/IHParallaxNavigationController.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}