blob: 1378a078b1d23a5a3717acf45bea977e66626126 [file] [log] [blame]
{
"name": "UIViewControllerPageTool",
"version": "1.2",
"summary": "方便快速定位最上层页面,前一个页面以及页面层级",
"homepage": "https://github.com/heroims/UIViewControllerPageTool",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"heroims": "heroims@163.com"
},
"source": {
"git": "https://github.com/heroims/UIViewControllerPageTool.git",
"tag": "1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UIViewControllerPageTool/*.{h,m}",
"subspecs": [
{
"name": "PageViewLevel",
"source_files": "UIViewControllerPageTool/PageViewLevel/*.{h,m}"
},
{
"name": "PreviousController",
"source_files": "UIViewControllerPageTool/PreviousController/*.{h,m}"
},
{
"name": "TopViewController",
"source_files": "UIViewControllerPageTool/TopViewController/*.{h,m}"
}
]
}