[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / f / JJSocketManager / 0.2.5 / JJSocketManager.podspec.json
blobe4bcb1f21f65eec9d6a2902df34a6525c25b185e
2   "name": "JJSocketManager",
3   "version": "0.2.5",
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.2.5"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "CocoaSocket",
26       "source_files": "JJSocketManager/CocoaSocket/*.swift",
27       "dependencies": {
28         "CocoaAsyncSocket": [
30         ]
31       }
32     },
33     {
34       "name": "WebSocketIO",
35       "source_files": "JJSocketManager/WebSocketIO/*.swift",
36       "dependencies": {
37         "Socket.IO-Client-Swift": [
39         ]
40       }
41     },
42     {
43       "name": "WebSocketRocket",
44       "source_files": "JJSocketManager/WebSocketRocket/*.swift",
45       "dependencies": {
46         "SocketRocket": [
48         ]
49       }
50     }
51   ]