blob: dbc2fecc5f719a19c2d79bfef73982ed52aefb89 [file] [log] [blame]
{
"name": "TouchPresenter",
"version": "2.1.0",
"summary": "TouchPresenter is a small helper to hightlight touches.",
"description": "If you want to create a rich video presentation of you app,\nyou need some kind of visualization for the touches since\nthey are not visible in screen recordings.\nThis library offers the possibility to highlight every\ntouch on the screen.\nYou are also able to create own custom indicators.",
"homepage": "https://github.com/BenchR267/TouchPresenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Herzog": "mail@benchr.de"
},
"source": {
"git": "https://github.com/BenchR267/TouchPresenter.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/benchr",
"platforms": {
"ios": "8.0"
},
"source_files": "TouchPresenter/**/*",
"frameworks": "UIKit"
}