blob: 8b2b0272a62445a2837f5c165fdd9f2d203a9222 [file] [log] [blame]
{
"name": "JFAlertViewController",
"version": "0.1.2",
"summary": "JFAlertViewController 可以在iOS8.0之后快速创建 alertView 提示框",
"description": "封装了AlertController, 不至于每次写alert时 好多Block回调, 简短 方便的代码创建, 欢迎指正",
"homepage": "https://github.com/ijunfly/JFAlertViewController.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JunFly": "ijunfly@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ijunfly/JFAlertViewController.git",
"tag": "0.1.2"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true
}