blob: 349ae5a411dfb9389100ce5e2717f8f0ac8d6a7b [file] [log] [blame]
{
"name": "WFAlertController",
"summary": "A block based UIAlertController",
"version": "0.0.1",
"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.1"
},
"source_files": "WFAlertController/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}