blob: f251ca0a23e2391d6bd50f1b070c83b7ecf021f9 [file] [log] [blame]
{
"name": "YLTCPBroadcaster",
"version": "1.1.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\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": "1.1.0"
},
"requires_arc": true,
"source_files": [
"YLTCPBroadcaster/*.{h,m}"
],
"frameworks": "Foundation",
"platforms": {
"ios": "6.0"
}
}