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