[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 6 / d / GSTouchesShowingWindow-Swift / 1.0.3 / GSTouchesShowingWindow-Swift.podspec.json
blob7b52418d1b10f129d596679da1120a7883f2037d
2   "name": "GSTouchesShowingWindow-Swift",
3   "version": "1.0.3",
4   "summary": "UIWindow subclass that makes all touches in your app visible.",
5   "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.)",
6   "homepage": "https://github.com/LukasCZ/GSTouchesShowingWindow-Swift",
7   "screenshots": [
8     "https://raw.githubusercontent.com/LukasCZ/GSTouchesShowingWindow-Swift/master/ReadmeFiles/Sample-touches-screenshot.png",
9     "https://raw.githubusercontent.com/LukasCZ/GSTouchesShowingWindow-Swift/master/ReadmeFiles/TouchesPreviewTimelines.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE.md"
14   },
15   "authors": {
16     "Lukas Petr": "lukas@glimsoft.com"
17   },
18   "source": {
19     "git": "https://github.com/LukasCZ/GSTouchesShowingWindow-Swift.git",
20     "tag": "1.0.3"
21   },
22   "social_media_url": "https://twitter.com/luksape",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "GSTouchesShowingWindow-Swift/Classes/**/*",
27   "resources": "GSTouchesShowingWindow-Swift/Assets.xcassets",
28   "pushed_with_swift_version": "3.0"