blob: 416336516c526c6411ee501293d70ccac842ada3 [file] [log] [blame]
{
"name": "Harold",
"version": "0.3",
"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"
},
"social_media_url": "https://github.com/lacyrhoades",
"platforms": {
"ios": "10.0"
},
"source_files": "Swift/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
]
}
}