blob: a13da09d4a04834d0adc1d87d1ced1267ab11b45 [file] [log] [blame]
{
"name": "Harold",
"version": "0.3.1",
"summary": "Simple local network discoverability layer for Swift and Node.js",
"description": "Simple discoverability layer for Swift and Node.js – Find your projects, apps and devices on your local subnet\nby broadcasting (or scanning for) UDP-layer string-based messages. Helps projects to get connected quickly and\nautomatically, without manually configuring connection information.",
"homepage": "https://github.com/lacyrhoades/harold",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lacy Rhoades": "lacyrhoades@gmail.com"
},
"source": {
"git": "https://github.com/lacyrhoades/harold.git",
"tag": "0.3.1"
},
"social_media_url": "https://github.com/lacyrhoades",
"platforms": {
"ios": "10.0"
},
"source_files": "Swift/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
}
}