blob: 13ceeb4e14549b6cca1e4ff1ffc29e24daeda035 [file] [log] [blame]
{
"name": "StunClient",
"version": "1.0.4",
"license": "MIT",
"summary": "My IP address and port discovery",
"homepage": "https://github.com/madmag77/StunClient",
"authors": {
"madmag77": "https://github.com/madmag77"
},
"source": {
"git": "https://github.com/madmag77/StunClient.git",
"tag": "1.0.4"
},
"documentation_url": "https://github.com/madmag77/StunClient",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"swift_versions": [
"5.2"
],
"source_files": "Sources/StunClient/**/*.swift",
"dependencies": {
"SwiftNIO": [
"~> 2.18.0"
]
},
"swift_version": "5.2"
}