blob: 3b0191c25f5383de250c397f32ecc91eeaec030f [file] [log] [blame]
{
"name": "TAOOverlayHelp",
"version": "0.1.0",
"summary": "Overlay HUD for showing help tips to controls on screen.",
"description": " Overlay HUD for showing help tips to controls on screen.\n \n The control shows a semi-transparent overlay with a message and an arrow going from the message to a point on screen. The control can be dismissed by code, or by the user tapping the overlay.\n",
"homepage": "https://github.com/three-tall-guys/TAOOverlayHelp",
"screenshots": "https://cloud.githubusercontent.com/assets/99543/2811277/2b5a35ac-ce12-11e3-9906-c333aee1be96.png",
"license": "MIT",
"authors": {
"Three Tall Guys": "hi@threetallguys.com",
"Or Sharir": "or@threetallguys.com"
},
"source": {
"git": "https://github.com/three-tall-guys/TAOOverlayHelp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/TAOOverlayHelp.h",
"frameworks": "QuartzCore"
}