blob: 92c564e0f039b3974a5c842dbb86c4f54e0fee17 [file] [log] [blame]
{
"name": "SwiftAsyncWebsocket",
"swift_version": "4.2",
"version": "0.0.1",
"summary": "A swift websocket library",
"description": "A websocket library. Writen by Swift 4.2",
"homepage": "https://github.com/chouheiwa/SwiftAsnycWebsocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chouheiwa": "849131492@qq.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/chouheiwa/SwiftAsyncWebsocket.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*"
],
"exclude_files": "Sources/**/*.plist",
"dependencies": {
"SwiftAsyncSocket": [
],
"CryptoSwift": [
]
}
}