blob: f62d23ea2ba728eb27d219a632994fb7ea11c786 [file] [log] [blame]
{
"name": "TLToastHUD",
"version": "1.0.0",
"summary": "TLToastHUD - Toast提示和 HUD 提示.",
"homepage": "https://github.com/huawtswork/TLToastHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huawt": "ghost263sky@163.com"
},
"source": {
"git": "https://github.com/huawtswork/TLToastHUD.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TLToastHUD/Classes/**/*",
"public_header_files": "TLToastHUD/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore",
"CoreGraphics"
],
"dependencies": {
"Masonry": [
]
}
}