blob: 7b52418d1b10f129d596679da1120a7883f2037d [file] [log] [blame]
{
"name": "GSTouchesShowingWindow-Swift",
"version": "1.0.3",
"summary": "UIWindow subclass that makes all touches in your app visible.",
"description": "GSTouchesShowingWindow is a drop-in component (UIWindow subclass) that will visualize all touches in your app as they are happening. It's great for creating App Previews or any kind of app videos. (Update: Now it works for Keyboard and Today extensions as well. Refer to Readme for instructions.)",
"homepage": "https://github.com/LukasCZ/GSTouchesShowingWindow-Swift",
"screenshots": [
"https://raw.githubusercontent.com/LukasCZ/GSTouchesShowingWindow-Swift/master/ReadmeFiles/Sample-touches-screenshot.png",
"https://raw.githubusercontent.com/LukasCZ/GSTouchesShowingWindow-Swift/master/ReadmeFiles/TouchesPreviewTimelines.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Lukas Petr": "lukas@glimsoft.com"
},
"source": {
"git": "https://github.com/LukasCZ/GSTouchesShowingWindow-Swift.git",
"tag": "1.0.3"
},
"social_media_url": "https://twitter.com/luksape",
"platforms": {
"ios": "8.0"
},
"source_files": "GSTouchesShowingWindow-Swift/Classes/**/*",
"resources": "GSTouchesShowingWindow-Swift/Assets.xcassets",
"pushed_with_swift_version": "3.0"
}