[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / d / 2 / YLTCPBroadcaster / 1.1.0 / YLTCPBroadcaster.podspec.json
blobf251ca0a23e2391d6bd50f1b070c83b7ecf021f9
2   "name": "YLTCPBroadcaster",
3   "version": "1.1.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": "1.1.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "YLTCPBroadcaster/*.{h,m}"
21   ],
22   "frameworks": "Foundation",
23   "platforms": {
24     "ios": "6.0"
25   }