blob: 50ae416c648077bd4c946b97daf7f1b2ae303f16 [file] [log] [blame]
{
"name": "WFAlertController",
"summary": "A block based UIAlertController",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jiang Wenfan": "jwfstars@163.com"
},
"homepage": "https://github.com/jwfstars/WFAlertController",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jwfstars/WFAlertController.git",
"tag": "0.0.2"
},
"source_files": "WFAlertController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}