blob: 87405b8532bfb0e85ec98b55a6175935bdc1a715 [file] [log] [blame]
{
"name": "SockJSLibrary",
"version": "1.0.2",
"summary": "Swift implementation of SockJS client",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/levashovalexey/SockJSLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Levashov": "levashov.alexey@gmail.com"
},
"source": {
"git": "https://github.com/levashovalexey/SockJSLibrary.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "SockJSLibrary/**/*",
"dependencies": {
"SwiftyJSON": [
]
},
"swift_version": "5.0"
}