[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 9 / f / UIViewControllerRotate / 2.1.0 / UIViewControllerRotate.podspec.json
blobe537f581931513b7da6b5e75247c9b67236adc06
2   "name": "UIViewControllerRotate",
3   "version": "2.1.0",
4   "summary": "非耦合性的使界面支持旋转",
5   "description": "屏幕旋转控制类, 耦合性低, 但因为用到了runtime 所以有侵入性,\n现在市面上大部分app 并不是所有页面都可以旋转屏幕, 一般只有些许几个页面需要旋转屏幕, 比如查看文档, 观看视频等界面.\n这个扩展应运而生, 专门管理这个旋转状态, 默认界面都禁止旋转, 需要旋转的界面重写系统方法即可.",
6   "homepage": "https://github.com/kagenZhao/UIViewControllerRotate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kagenZhao": "kagen@kagenz.com"
13   },
14   "source": {
15     "git": "https://github.com/kagenZhao/UIViewControllerRotate.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UIViewControllerRotate/Classes/**/*",
22   "public_header_files": "UIViewControllerRotate/Classes/**/*.h"