blob: 1d41c5a0b6ddd8f9ad7f597bfefe237050fb48a0 [file] [log] [blame]
{
"name": "TouchVisualizer",
"version": "1.4.0",
"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": "1.4.0"
},
"social_media_url": "https://twitter.com/morizotter",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "TouchVisualizer/**/*.swift"
}