blob: 11101640eb51eb124f8aef849edceaab7dc05785 [file] [log] [blame]
{
"name": "HVNavigationController",
"version": "0.0.2",
"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": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"ios": {
"frameworks": "UIKit"
}
}