blob: 2fbf486f6cc2242420a01a88a4c7829895e4ce12 [file] [log] [blame]
{
"name": "TDFAlertHelper",
"version": "1.0.0",
"summary": "An iOS activity indicator view.",
"description": "TDFAlertHelper封装了UIAlertController",
"homepage": "https://github.com/heckapple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"heckapple": "heckapple@163.com"
},
"source": {
"git": "https://github.com/heckapple/TDFAlertHelper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TDFAlertHelper/*",
"frameworks": [
"CoreGraphics",
"QuartzCore",
"Foundation",
"UIKit"
],
"requires_arc": true
}