blob: 9a79f20cc7e4b82a2d02377c993489a77cfd481c [file] [log] [blame]
{
"name": "UIApplication-ViewControllerHandy",
"version": "1.0.0",
"summary": "Handy methods for UIViewController related to UIApplication",
"description": "Handy methods for UIViewController related to UIApplication",
"homepage": "https://github.com/pgbo/UIApplication-ViewControllerHandy.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pgbo": "460667915@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/pgbo/UIApplication-ViewControllerHandy.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}