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