[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / f / JJSocketManager / 0.2.2 / JJSocketManager.podspec.json
blob67ac07570e8c1a96951e1c0278729b73e35db224
2   "name": "JJSocketManager",
3   "version": "0.2.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.2.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "Socket",
26       "source_files": "JJSocketManager/Socket/*.swift",
27       "prefix_header_contents": "#import<CocoaAsyncSocket/GCDAsyncSocket.h>",
28       "dependencies": {
29         "CocoaAsyncSocket": [
31         ]
32       }
33     },
34     {
35       "name": "WebSocket",
36       "source_files": "JJSocketManager/WebSocket/*.swift",
37       "dependencies": {
38         "Socket.IO-Client-Swift": [
40         ]
41       }
42     }
43   ]