[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / a / 9 / socket.IO / 0.4.1 / socket.IO.podspec.json
blobd6f8e24ec8dabcac0578c93f64130c410aabadf4
2   "name": "socket.IO",
3   "version": "0.4.1",
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.1"
14   },
15   "source_files": "*.{h,m}",
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "SocketRocket": [
23       "~> 0.2"
24     ]
25   }