blob: e2d56ec4ea8de767d142edd2a4082482c3f7a893 [file] [log] [blame]
{
"name": "TouchVisualizer",
"version": "1.2.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.\n",
"homepage": "https://github.com/morizotter/TouchVisualizer",
"license": "MIT",
"authors": {
"Naoki Morita": "namorit@gmail.com"
},
"source": {
"git": "https://github.com/morizotter/TouchVisualizer.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/morizotter",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift"
}