blob: 26952c75e0d6583ee388aa899615558a775d3f82 [file] [log] [blame]
{
"name": "FLNavigationBar",
"version": "2.0.0",
"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 The 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.",
"homepage": "https://github.com/ForterLi/FLNavigationBar.git",
"screenshots": [
"https://github.com/ForterLi/ProjectResource/raw/master/FLNavigationBar/Screenshots/0000001.gif",
"https://github.com/ForterLi/ProjectResource/raw/master/FLNavigationBar/Screenshots/0000002.gif",
"https://github.com/ForterLi/ProjectResource/raw/master/FLNavigationBar/Screenshots/0000003.gif",
"https://github.com/ForterLi/ProjectResource/raw/master/FLNavigationBar/Screenshots/0000004.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liyongqiang": "forterli@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ForterLi/FLNavigationBar.git",
"tag": "2.0.0"
},
"source_files": [
"FLNavigationBar/*.{h,m}",
"FLNavigationBar/FLNavigationBar/*.{h,m}",
"FLNavigationBar/FLAloneNavigationBar/*.{h,m}"
],
"public_header_files": [
"FLNavigationBar/FLNavigationBarCommon.h",
"FLNavigationBar/FLNavigationPopDelegate.h",
"FLNavigationBar/FLBaseNavigationController.h",
"FLNavigationBar/UINavigationItem+FLBar.h",
"FLNavigationBar/UIViewController+FLBar.h",
"FLNavigationBar/FLNavigationBarHeader.h"
],
"requires_arc": true
}