[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 8 / 4 / KMNavigationBarTransition / 0.0.3 / KMNavigationBarTransition.podspec.json
blob7e7d1f91bbd5fe5c8973cc67be55a11e24535699
2   "name": "KMNavigationBarTransition",
3   "version": "0.0.3",
4   "summary": "A drop-in universal library makes transition animations smooth between different navigation bar styles while pushing or popping.",
5   "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.",
6   "homepage": "https://github.com/MoZhouqi/KMNavigationBarTransition",
7   "screenshots": "https://raw.githubusercontent.com/MoZhouqi/KMNavigationBarTransition/master/Screenshots/Now2.gif",
8   "license": "MIT",
9   "authors": {
10     "Zhouqi Mo": "mozhouqi@gmail.com"
11   },
12   "social_media_url": "https://twitter.com/MoZhouqi",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/MoZhouqi/KMNavigationBarTransition.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "KMNavigationBarTransition/*.{h,m}",
21   "frameworks": "UIKit",
22   "requires_arc": true