blob: 98c5aacea69969dddb9f82ea3cdd04c594d052ad [file] [log] [blame]
{
"name": "LANScanner",
"version": "0.1.1",
"summary": "Scan a Wi-Fi network for devices.",
"description": "Easily scan through a Wi-Fi network to find devices, their IP address and hostname.",
"homepage": "https://github.com/uxmstudio/LANScanner",
"license": "MIT",
"authors": {
"Chris Anderson": "chris@uxmstudio.com"
},
"source": {
"git": "https://github.com/uxmstudio/LANScanner.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/Module/**/*.{h,m}"
],
"resource_bundles": {
"LANScanner": [
"Pod/Assets/*.png"
]
},
"module_map": "Pod/Module/LANScanner.modulemap",
"public_header_files": [
"Pod/Classes/**/*.h",
"Pod/Module/**/*.h"
]
}