[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / d / 2 / YLTCPBroadcaster / 2.0.0 / YLTCPBroadcaster.podspec.json
bloba1b6f61671d57f51bc3d4364980c4836c1684edd
2   "name": "YLTCPBroadcaster",
3   "version": "2.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Fast and easy-to-use network scanner to locate every host with a given open port",
9   "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.",
10   "homepage": "https://github.com/YannickL/YLTCPBroadcaster",
11   "authors": {
12     "Yannick Loriot": "http://yannickloriot.com"
13   },
14   "source": {
15     "git": "https://github.com/YannickL/YLTCPBroadcaster.git",
16     "tag": "2.0.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "YLTCPBroadcaster/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "platforms": {
24     "ios": "6.0"
25   }