blob: 9a4f4d7d3e04199ee19197bf82585629ca19bb73 [file] [log] [blame]
{
"name": "GBHUD",
"version": "1.0.3",
"source": {
"git": "https://github.com/lmirosevic/GBHUD.git",
"tag": "1.0.3"
},
"summary": "Lightweight HUD (heads up display) for quick transient modals in iOS & OSX apps.",
"homepage": "https://github.com/lmirosevic/GBHUD",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source_files": "GBHUD",
"osx": {
"exclude_files": "GBHUD-Interface-iOS.h",
"resource_bundles": {
"GBHUDResources-OSX": "GBHUD/Resources/*"
}
},
"ios": {
"exclude_files": "GBHUD-Interface-OSX.h",
"resource_bundles": {
"GBHUDResources-iOS": "GBHUD/Resources/*"
}
},
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}