blob: cd2c96b67c98f498feea0212fc15d359a60e0ce5 [file] [log] [blame]
{
"name": "JJSocketManager",
"version": "0.1.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.1.2"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"subspecs": [
{
"name": "WebSocket",
"source_files": "JJSocketManager/WebSocket/*.swift",
"dependencies": {
"Socket.IO-Client-Swift": [
]
}
}
]
}