[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / 2 / remote-controllable / 0.0.3 / remote-controllable.podspec.json
blob8b43c0957d5e48110d2f34cbf48feae9a1fbc667
2   "name": "remote-controllable",
3   "version": "0.0.3",
4   "summary": "Enable remote control of application",
5   "description": "Used in connection with websocket server to enable remote controll of app\nFeatures:\n1. Connects to socket server broadcasting the need for support\n2. Transmits screenshots to agents who accept the support request\n3. Allows support agents to highlight features on screen by drawing on the users screen\n4. Alerts users to the remote session by drawing a red box around the screen",
6   "homepage": "http://www.alexandra.dk",
7   "license": {
8     "type": "aGPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thomas Gilbert": "thomas.gilbert@alexandra.dk"
13   },
14   "source": {
15     "git": "https://github.com/glagnar/remote-controllable.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "remote-controllable": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "dependencies": {
33     "Socket.IO-Client-Swift": [
35     ]
36   }