blob: 0079a4cb65c2d5eca38fbb37f022fe9f62d75084 [file] [log] [blame]
{
"name": "UIViewControllerRotate",
"version": "1.1.5",
"summary": "非耦合性的使界面支持旋转",
"description": "屏幕旋转控制类, 耦合性低, 但因为用到了runtime 所以有侵入性,\n现在市面上大部分app 并不是所有页面都可以旋转屏幕, 一般只有些许几个页面需要旋转屏幕, 比如查看文档, 观看视频等界面.\n这个扩展应运而生, 专门管理这个旋转状态, 默认界面都禁止旋转, 需要旋转的界面重写系统方法即可.",
"homepage": "https://github.com/kagenZhao/UIViewControllerRotate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kagenZhao": "kagen@kagenz.com"
},
"source": {
"git": "https://github.com/kagenZhao/UIViewControllerRotate.git",
"tag": "1.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIViewControllerRotate/Classes/**/*",
"public_header_files": "UIViewControllerRotate/Classes/**/*.h",
"dependencies": {
"RSSwizzle": [
"~> 0.1"
]
}
}