blob: 3a13422d3c69c63bb3855e418a803cd9deb79ead [file] [log] [blame]
{
"name": "YLTCPBroadcaster",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Fast and easy-to-use network scanner to locate every host with a given open port",
"description": " YLTCPBroadcaster is a small library written in Objective-C to find every host with\n a given TCP port number open on the network. It works like an UDP broadcast but for\n the TCP protocol.\n",
"homepage": "https://github.com/YannickL/YLTCPBroadcaster",
"authors": {
"Yannick Loriot": "http://yannickloriot.com"
},
"source": {
"git": "https://github.com/YannickL/YLTCPBroadcaster.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": [
"YLTCPBroadcaster/*.{h,m}"
],
"frameworks": "Foundation",
"platforms": {
"ios": "6.0"
}
}