[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 2 / VPSocketIO / 1.0.4 / VPSocketIO.podspec.json
blob7296f7ed6a805a08dd0ce20fb671bccfb82ee5d6
2   "name": "VPSocketIO",
3   "version": "1.0.4",
4   "summary": "Socket.IO client for iOS",
5   "description": "Socket.IO-client for iOS.\nSupports ws/wss/polling connections and binary.\nFor socket.io 2.0+ and Objective-C.",
6   "homepage": "https://github.com/vascome/VPSocketIO",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Vasily Popov": "vasily.popov.it@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/vascome/VPSocketIO.git",
19     "tag": "1.0.4",
20     "submodules": true
21   },
22   "source_files": [
23     "Source/*.{h,m}",
24     "jetfire/*.{h,m}"
25   ]