blob: fd3d5e223cbb4ce56b609cb3f00eba0002fa70ae [file] [log] [blame]
{
"name": "TouchVisualizer",
"version": "3.0.2",
"summary": "Effective presentation with TouchVisualizer!",
"description": "TouchVisualizer is a lightweight and pure Swift implemented library for visualizing touches on the screen. Let's give an effective presentation with TouchVisualizer!\n\n- Works with just a single line of code!\n- Multiple fingers supported.\n- Multiple UIWindows supported.\n- Shows touch radius.\n- Shows touch duration.\n- You can change colors and images of finger points.\n- iPhone and iPad with portlait and landscape supported.",
"homepage": "https://github.com/morizotter/TouchVisualizer",
"license": "MIT",
"authors": {
"Naoki Morita": "namorit@gmail.com"
},
"source": {
"git": "https://github.com/morizotter/TouchVisualizer.git",
"tag": "3.0.2"
},
"social_media_url": "https://twitter.com/morizotter",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "TouchVisualizer/**/*.swift"
}