blob: d8a68407f91f6549d3d9d62137b073ba4a9f6726 [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.1",
"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.1"
},
"social_media_url": "https://twitter.com/apegroup",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resources": [
"Resources/*.xib",
"Resources/*.xcassets"
],
"frameworks": [
"UIKit",
"Foundation"
]
}