blob: 7e7d1f91bbd5fe5c8973cc67be55a11e24535699 [file] [log] [blame]
{
"name": "KMNavigationBarTransition",
"version": "0.0.3",
"summary": "A drop-in universal library makes transition animations smooth between different navigation bar styles while pushing or popping.",
"description": "A drop-in universal library makes transition animations smooth between different navigation bar styles while pushing or popping a view controller. And you don't need to write any line of code for it, it all happens automatically.\n\nThe library can \"capture\" the background state of the navigation bar in the disappeared view controller. So what you only need to care about is the background state of the navigation bar in the *current* view controller, without handling the various background states while pushing or popping.",
"homepage": "https://github.com/MoZhouqi/KMNavigationBarTransition",
"screenshots": "https://raw.githubusercontent.com/MoZhouqi/KMNavigationBarTransition/master/Screenshots/Now2.gif",
"license": "MIT",
"authors": {
"Zhouqi Mo": "mozhouqi@gmail.com"
},
"social_media_url": "https://twitter.com/MoZhouqi",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/MoZhouqi/KMNavigationBarTransition.git",
"tag": "0.0.3"
},
"source_files": "KMNavigationBarTransition/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}