blob: 418c4450381b5247ee50df50750c1d372ceb1cfc [file] [log] [blame]
{
"name": "YLTCPBroadcaster",
"version": "2.0.1",
"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\na given TCP port number open on the network. It works like an UDP broadcast but for\nthe TCP protocol.",
"homepage": "https://github.com/YannickL/YLTCPBroadcaster",
"authors": {
"Yannick Loriot": "http://yannickloriot.com"
},
"source": {
"git": "https://github.com/YannickL/YLTCPBroadcaster.git",
"tag": "2.0.1"
},
"requires_arc": true,
"source_files": [
"YLTCPBroadcaster/*.{h,m}"
],
"frameworks": "Foundation",
"platforms": {
"ios": "6.0"
}
}