blob: 7135f1009129f43a37710392e3f334213e3b8491 [file] [log] [blame]
{
"name": "PKHUD",
"module_name": "PKHUD",
"version": "2.2.2",
"summary": "A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8",
"homepage": "https://github.com/pkluz/PKHUD",
"license": "MIT",
"authors": {
"Philip Kluz": "Philip.Kluz@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/pkluz/PKHUD.git",
"tag": "2.2.2"
},
"source_files": "PKHUD/**/*.{h,swift}",
"resources": "PKHUD/*.xcassets"
}