blob: 090634858589fa1c55ec001e5cae026aed095c2a [file] [log] [blame]
{
"name": "LSProgressHUD",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSProgressHUD/Classes/**/*",
"resources": [
"LSProgressHUD/Image/*.png"
],
"resource_bundles": {
"OtherResources": [
"LSProgressHUD/Image/*.png"
]
},
"dependencies": {
"Masonry": [
"~> 1.0.1"
]
}
}