blob: eb912c6a63ed501346479278c82617c294ca0ff7 [file] [log] [blame]
{
"name": "APESuperHUD",
"summary": "A simple way to display a HUD with a message or progress information in your application.",
"version": "0.3",
"homepage": "https://github.com/apegroup/APESuperHUD",
"license": "MIT",
"authors": {
"apegroup AB": "support@apegroup.com"
},
"source": {
"git": "https://github.com/apegroup/APESuperHUD.git",
"tag": "0.3"
},
"social_media_url": "https://twitter.com/apegroup",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resource_bundles": {
"Resources": [
"Resources/*.xib",
"Resources/*.xcassets"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}