blob: 67ac07570e8c1a96951e1c0278729b73e35db224 [file] [log] [blame]
{
"name": "JJSocketManager",
"version": "0.2.2",
"summary": "Swift Socket: include websocket、socket",
"description": "TODO: Add long description of the pod here.",
"swift_version": "4.2",
"homepage": "https://github.com/snailjj/JJSocketManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"snailjj": "snail5jj@hotmail.com"
},
"source": {
"git": "https://github.com/snailjj/JJSocketManager.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"subspecs": [
{
"name": "Socket",
"source_files": "JJSocketManager/Socket/*.swift",
"prefix_header_contents": "#import<CocoaAsyncSocket/GCDAsyncSocket.h>",
"dependencies": {
"CocoaAsyncSocket": [
]
}
},
{
"name": "WebSocket",
"source_files": "JJSocketManager/WebSocket/*.swift",
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
}
]
}