[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / 9 / socket.IO / 0.2.5 / socket.IO.podspec.json
blobfb66be96d0390bdd710e180ad9c1d3d6d619561d
2   "name": "socket.IO",
3   "version": "0.2.5",
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.2.5"
14   },
15   "source_files": "*.{h,m}",
16   "requires_arc": true,
17   "dependencies": {
18     "SocketRocket": [
19       "~> 0.2"
20     ]
21   }