blob: 4fcf9113c04b2a28721e398c9806937d77213f17 [file] [log] [blame]
{
"name": "PKHUD",
"module_name": "PKHUD",
"version": "4.0.0",
"summary": "A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up",
"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": "4.0.0"
},
"source_files": "PKHUD/**/*.{h,swift}",
"resources": "PKHUD/*.xcassets",
"pushed_with_swift_version": "3.0"
}