[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / 9 / socket.IO / 0.2.4 / socket.IO.podspec.json
blobc33f6f314a368bef3f0b5785e63d5ad4c4edaf16
2   "name": "socket.IO",
3   "version": "0.2.4",
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 and json-framework.\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.4"
14   },
15   "source_files": "*.{h,m}",
16   "requires_arc": true,
17   "dependencies": {
18     "SocketRocket": [
19       "~> 0.2"
20     ],
21     "SBJson": [
22       "~> 3.1"
23     ]
24   }