[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / d / e / EUMTouchPointView / 0.1.0 / EUMTouchPointView.podspec.json
blob1856d21e0ff36e5ea657aee2a66808cde60075cf
2   "name": "EUMTouchPointView",
3   "version": "0.1.0",
4   "summary": "Show touch points on the screen. It helps you showing your finger touches in the video you are recording, or while you are doing live demo.",
5   "description": "EUMTouchPointView shows your finger touches on the screen. It solves these problems:\n\n* You want to show your users how to use your App, but recording iOS screen by using **QuickTime** doesn't show your finger touches\n* You mirror your app to the projector though AirPlay or cable, you want to show your audiences how you use the app.\n",
6   "homepage": "https://github.com/eumlab/EUMTouchPointView",
7   "license": "MIT",
8   "authors": {
9     "Shawn Xiao": "shawn@eumlab.com"
10   },
11   "source": {
12     "git": "https://github.com/eumlab/EUMTouchPointView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "EUMTouchPointView": [
22       "Pod/Assets/*.png"
23     ]
24   }