[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 9 / socket.IO / 0.4.0 / socket.IO.podspec.json
bloba1f3a94adabf6451a3d861c40b2f26d67a2ed8eb
2   "name": "socket.IO",
3   "version": "0.4.0",
4   "summary": "socket.io v0.7.2+ for iOS devices.",
5   "description": "    Interface to communicate between Objective C and Socket.IO with the help of websockets. It's based on fpotter's socketio-cocoa and uses other libraries/classes like SocketRocket, json-framework (optional) and jsonkit (optional).\n",
6   "homepage": "https://github.com/pkyeck/socket.IO-objc",
7   "license": "MIT",
8   "authors": {
9     "Philipp Kyeck": "philipp@beta-interactive.de"
10   },
11   "source": {
12     "git": "https://github.com/pkyeck/socket.IO-objc.git",
13     "tag": "0.4.0"
14   },
15   "source_files": "*.{h,m}",
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "SocketRocket": [
22       "~> 0.2"
23     ]
24   }