[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / d / 2 / YLTCPBroadcaster / 1.0.0 / YLTCPBroadcaster.podspec.json
blob3a13422d3c69c63bb3855e418a803cd9deb79ead
2   "name": "YLTCPBroadcaster",
3   "version": "1.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\n                    a given TCP port number open on the network. It works like an UDP broadcast but for\n                    the TCP protocol.\n",
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.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   }