blob: aa83ab8605ecc18649cf5c491536c77cf7683dbe [file] [log] [blame]
{
"name": "StunClient",
"version": "1.0.3",
"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.3"
},
"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"
}