blob: 16e33aa93bda258245b57b78d285056153dabf7e [file] [log] [blame]
{
"name": "ZTopViewCopntroller",
"version": "1.0.2",
"summary": "获取当前最顶层的ViewController",
"description": "获取当前最顶层的ViewController,包括分类文件,通过self.currentVC获取得到。",
"homepage": "https://github.com/zhangguozhong/ZTopViewController.git",
"license": "MIT",
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/zhangguozhong/ZTopViewController.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit"
}