[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / b / SocketIOChatClient / 0.1.1 / SocketIOChatClient.podspec.json
blob27a159a080880f117aaf23c270f700b62ea39783
2   "name": "SocketIOChatClient",
3   "version": "0.1.1",
4   "summary": "A simple SocketIO client with live chat UI",
5   "description": "A simple SocketIO client with live chat user interface",
6   "homepage": "https://github.com/Chaatz/SocketIOChatClient",
7   "license": "MIT",
8   "authors": {
9     "Kenneth Tsang": "kenneth.tsang@chaatz.com"
10   },
11   "source": {
12     "git": "https://github.com/Chaatz/SocketIOChatClient.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SocketIOChatClient": [
22       "Pod/Assets/*.xib"
23     ]
24   },
25   "dependencies": {
26     "Socket.IO-Client-Swift": [
28     ],
29     "Cartography": [
31     ]
32   }