blob: 0ccb68123f9a9c1fbc4a3e315e2010901e8a5686 [file] [log] [blame]
{
"name": "Discoverable",
"version": "0.1.2",
"summary": "Automatically discover and connect to other devices on the network",
"description": "Discoverable is a Swift package that allows an iOS device to automatically discover and connect to any compatible devices on the network, without the need for IP addresses.",
"homepage": "https://github.com/benmechen/Discoverable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"benmechen": "psybm7@nottingham.ac.uk"
},
"source": {
"git": "https://github.com/benmechen/Discoverable.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Discoverable/Classes/**/*"
}