blob: e4bcb1f21f65eec9d6a2902df34a6525c25b185e [file] [log] [blame]
{
"name": "JJSocketManager",
"version": "0.2.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"subspecs": [
{
"name": "CocoaSocket",
"source_files": "JJSocketManager/CocoaSocket/*.swift",
"dependencies": {
"CocoaAsyncSocket": [
]
}
},
{
"name": "WebSocketIO",
"source_files": "JJSocketManager/WebSocketIO/*.swift",
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
},
{
"name": "WebSocketRocket",
"source_files": "JJSocketManager/WebSocketRocket/*.swift",
"dependencies": {
"SocketRocket": [
]
}
}
]
}