blob: 1f137ac9bce6cf12aa8f486b30b13ca7e511a42b [file] [log] [blame]
{
"name": "PKHUD",
"module_name": "PKHUD",
"version": "5.2.1",
"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": "5.2.1"
},
"source_files": "PKHUD/**/*.{h,swift}",
"resource_bundles": {
"PKHUDResources": "PKHUD/*.xcassets"
},
"swift_version": "4.2"
}