blob: 146645fac16e510f13444496303f266b8dd8c846 [file] [log] [blame]
{
"name": "YPNavigationBarTransition",
"version": "1.0.3",
"summary": "A Fully functional UINavigationBar framework for making bar transition more natural!",
"description": "A Fully functional UINavigationBar framework for making bar transition more natural! You don't need to call any UINavigationBar api, implementing YPNavigationBarConfigureStyle protocol for your view controller instead.",
"homepage": "http://github.com/yiplee/YPNavigationBarTransition",
"screenshots": [
"https://raw.githubusercontent.com/yiplee/YPNavigationBarTransition/master/screenshots/gif-01.gif",
"https://raw.githubusercontent.com/yiplee/YPNavigationBarTransition/master/screenshots/gif-02.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yiplee": "guoyinl@gmail.com"
},
"social_media_url": "https://twitter.com/yipleeyin",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yiplee/YPNavigationBarTransition.git",
"tag": "1.0.3"
},
"source_files": "YPNavigationBarTransition/**/*.{h,m}",
"private_header_files": "YPNavigationBarTransition/internal/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}