[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 9 / HUDKit / 1.0.0 / HUDKit.podspec.json
blob56d31917184b0c3eb25283cf6bf2bf1259805b14
2   "name": "HUDKit",
3   "version": "1.0.0",
4   "summary": "HUDKit provides HUD interface as UIPresentationController.",
5   "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.",
6   "homepage": "https://github.com/cockscomb/HUDKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hiroki Kato": "mail@cockscomb.info"
13   },
14   "social_media_url": "https://twitter.com/cockscomb",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/cockscomb/HUDKit.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "HUDKit/Classes/**/*.{swift}",
23   "resources": "HUDKit/Classes/**/*.{xib}"