4 "summary": "Obtain the device's MAC address on macOS that is compatible with Mac App Store's receipt validation.",
5 "description": "MacAddress is a lightweight Swift microlibrary for macOS that provides an easy way to obtain the MAC address of a device's network interface. This library is especially useful when working with Mac App Store receipt validation, as it implements the Apple's recommended fallback strategy (en0 builtin → en1 builtin → en0 non-builtin).",
6 "homepage": "https://github.com/ivanmoskalev/macos-mac-address",
12 "Ivan Moskalev": "ivan.moskalev@gmail.com"
15 "git": "https://github.com/ivanmoskalev/macos-mac-address.git",
18 "swift_versions": "5.3",
22 "source_files": "Sources/MacAddress/*",
24 "swift_version": "5.3"