blob: b674ff6534320d68f4e501992a0527f3f43a0b38 [file] [log] [blame]
{
"name": "KMNavigationBarTransition",
"version": "1.1.6",
"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 helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically. \n\nThe design concept of the library is that what you only need to care about is the background style of the navigation bar in the *current* view controller, without handling the various background styles while pushing or popping.\n\nThe library can capture the background style of the navigation bar in the disappearing view controller when pushing, and when you pop back to the view controller, the navigation bar will restore the previous style, so you don't need to consider the background style after popping. And you also don't need to consider it after pushing, because it is the view controller to be pushed that needs to be considered.",
"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": "1.1.6"
},
"source_files": "KMNavigationBarTransition/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}