blob: 92254c7a6a5d3c8041ad3a717565f6d6624b8006 [file] [log] [blame]
{
"name": "MMLanScan",
"version": "3.0.0",
"summary": "MMLanScan is an open source project for iOS that helps you scan your network and shows the available devices.",
"description": "MMLanScan is an open source project for iOS that helps you scan your network and shows the available devices and their MAC Address, hostname and Brand name. For those updating from 2.1.2 please note that \"Device\" class has been renamed to \"MMDevice\". \n For those updating from 2.2.0 to 3.0.0 please note that you won't be able to see MAC Addresses and Brands because of a restriction of iOS 11.\n\n Features\n+ Scans and finds available hosts in your network\n+ Shows IP Address\n+ Shows MAC Address (iOS 10 and below)\n+ Shows Brand of device based on MAC Address (iOS 10 and below)\n+ Shows hostname (if available)\n+ Scan any subnet (not only /24)\n+ Gives you the ability to update the OUI (MAC-Brand mappings) plist file. Check in MainPresenter.m for more details",
"homepage": "https://github.com/mavris/MMLanScan",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Michael Mavris": "info@miksoft.net"
},
"source": {
"git": "https://github.com/mavris/MMLanScan.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MMLanScan/**/*.{h,m}",
"resources": "MMLanScan/Data/data.plist"
}