blob: 0d5c001cc881e042d2fc6e0bb7a6cb30437c8090 [file] [log] [blame]
{
"name": "JFAlertViewController",
"version": "0.0.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.0.2"
},
"source_files": [
"Classes",
"JFAlertViewController/Classes/**/*.{h,m}"
],
"requires_arc": true
}