[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 8 / COSTouchVisualizer / 1.0.6 / COSTouchVisualizer.podspec.json
blob92834f1088d9782654c683c900d6916e5ab17171
2   "name": "COSTouchVisualizer",
3   "version": "1.0.6",
4   "summary": "Visualize iOS finger touches, gestures and holds on external displays",
5   "description": "\t\t\tTouch Screen Visualizer visualizes your touches, gestures, and holds on\n\t\t\tthe screen.  Touches are visualized by a circle fading out and expanding.\n\t\t\tGestures are visualized by smaller ripples fading in.  Holds are\n\t\t\tare visualized by a morphing effect on the circle.\n\n\t\t\tThe library also lets you customize the color and opacity of and border\n\t\t\tof the touch circles.\n",
6   "homepage": "https://github.com/conopsys/COSTouchVisualizer",
7   "screenshots": [
8     "https://raw.githubusercontent.com/conopsys/COSTouchVisualizer/master/screenshot-drag.png",
9     "https://raw.githubusercontent.com/conopsys/COSTouchVisualizer/master/screenshot-press.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Joe Blau": "josephblau@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/conopsys/COSTouchVisualizer.git",
17     "tag": "1.0.6"
18   },
19   "social_media_url": "https://twitter.com/joe_blau",
20   "platforms": {
21     "ios": "6.0"
22   },
23   "requires_arc": true,
24   "source_files": "Classes",
25   "ios": {
26     "exclude_files": "Classes/osx"
27   },
28   "osx": {
29     "exclude_files": "Classes/ios"
30   }