{ | |
"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 | |
} |