[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 3 / f / JJSocketManager / 0.1.2 / JJSocketManager.podspec.json
blobcd2c96b67c98f498feea0212fc15d359a60e0ce5
2   "name": "JJSocketManager",
3   "version": "0.1.2",
4   "summary": "Swift Socket: include websocket、socket",
5   "description": "TODO: Add long description of the pod here.",
6   "swift_version": "4.2",
7   "homepage": "https://github.com/snailjj/JJSocketManager",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "snailjj": "snail5jj@hotmail.com"
14   },
15   "source": {
16     "git": "https://github.com/snailjj/JJSocketManager.git",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "WebSocket",
26       "source_files": "JJSocketManager/WebSocket/*.swift",
27       "dependencies": {
28         "Socket.IO-Client-Swift": [
30         ]
31       }
32     }
33   ]