blob: e5b2787fc7dffcaafa308520de2b2f31728e5717 [file] [log] [blame]
{
"name": "YHNavigationBar",
"version": "1.0.0",
"summary": "An UINavigationController obj enable fullscreen pop gesture.",
"description": "An UINavigationController obj enable fullscreen pop gesture, and easy control hidden or not.",
"homepage": "https://github.com/yelinux/YHNavigationBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenyehong": "ye_linux@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/yelinux/YHNavigationBar.git",
"tag": "1.0.0"
},
"source_files": "YHNavigationBar/*.{h,m}",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
}
}