blob: 8cdea6c68e14787511ca8060f0cff8ee2db3df5f [file] [log] [blame]
{
"name": "COSTouchVisualizer",
"version": "1.0.1",
"summary": "Visualize iOS finger touches, gestures and holds on external displays",
"description": "\t\t\tTouch Screen Visualizer visualizes your touches, gestures, and holds on\n\t\t\tthe screen. Touches are visualized by a circle fading out and expanding.\n\t\t\tGestures are visualized by smaller ripples fading in. Holds are\n\t\t\tare visualized by a morphing effect on the circle.\n\n\t\t\tThe library also lets you customize the color and opacity of and border\n\t\t\tof the touch circles.\n",
"homepage": "https://github.com/conopsys/COSTouchVisualizer",
"screenshots": [
"https://raw.githubusercontent.com/conopsys/COSTouchVisualizer/master/screenshot-drag.png",
"https://raw.githubusercontent.com/conopsys/COSTouchVisualizer/master/screenshot-press.png"
],
"license": "MIT",
"authors": {
"Joe Blau": "josephblau@gmail.com"
},
"source": {
"git": "https://github.com/conopsys/COSTouchVisualizer.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/joe_blau",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}