forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] IHParallaxNavigationController 1.0
- Loading branch information
1 parent
1441655
commit 82fe01a
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
Specs/IHParallaxNavigationController/1.0/IHParallaxNavigationController.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"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": "[email protected]" | ||
}, | ||
"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 | ||
} |