blob: 5bfd0cae96e842cbb95246567885fb2fff16c206 [file] [log] [blame]
{
"name": "LSProgressHUD",
"version": "0.1.9",
"summary": "A custom HUD",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ThomasTan1987/TTToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ThoamsTan": "thomastan@vipabc.com"
},
"source": {
"git": "https://github.com/ThomasTan1987/LSProgressHUD.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSProgressHUD/Classes/**/*",
"resources": [
"LSProgressHUD/Image/*.png"
],
"resource_bundles": {
"OtherResources": [
"LSProgressHUD/Image/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 1.0.1"
]
}
}