blob: 5432c0b739cf07240333645beeea80e70204cac0 [file] [log] [blame]
{
"name": "HVNavigationController",
"version": "1.0.0",
"summary": "跳转到navigation栈中指定controller,移除栈中自定义区间的controller",
"description": "通过指定class 或则controller实例 跳转到navigation栈中指定controller,移除栈中自定义区间的controller",
"homepage": "https://github.com/1799874351/HVNavigationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hevim": "hevim0315@gmail.com"
},
"source": {
"git": "https://github.com/1799874351/HVNavigationController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"ios": {
"frameworks": "UIKit"
}
}