blob: 8351efe5c990eb80a80e72d29734e3e71bb77ced [file] [log] [blame]
{
"name": "UIViewController+dismiss",
"version": "1.0.0",
"summary": "UIViewController 可以推出到任意的界面",
"description": "UIViewController在用Present时,可以像pop一样推出到任意一个界面.",
"homepage": "https://github.com/ioszhanghui/dismissDemo.git",
"license": "MIT",
"authors": {
"zhanghui": "ioszhanghui@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ioszhanghui/dismissDemo.git",
"tag": "1.0.0"
},
"source_files": "dismissDemo/Core/*.{h,m}",
"requires_arc": true
}