blob: 56d31917184b0c3eb25283cf6bf2bf1259805b14 [file] [log] [blame]
{
"name": "HUDKit",
"version": "1.0.0",
"summary": "HUDKit provides HUD interface as UIPresentationController.",
"description": "HUDKit provides the HUD interface as an implementation of\nUIPresentationController. You can show your any view controllers in the HUD\npanel.\n\nHUDKit provides HUDProgressViewController also. This can be used as progress\nHUD easily.",
"homepage": "https://github.com/cockscomb/HUDKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroki Kato": "mail@cockscomb.info"
},
"social_media_url": "https://twitter.com/cockscomb",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/cockscomb/HUDKit.git",
"tag": "1.0.0"
},
"source_files": "HUDKit/Classes/**/*.{swift}",
"resources": "HUDKit/Classes/**/*.{xib}"
}