[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 7 / 6 / MacAddress / 1.1.2 / MacAddress.podspec.json
blob87cdd851c3760ea3483b4a9e4cd424709c079b5b
2   "name": "MacAddress",
3   "version": "1.1.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ivan Moskalev": "ivan.moskalev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ivanmoskalev/macos-mac-address.git",
16     "tag": "1.1.2"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "osx": "10.13"
21   },
22   "source_files": "Sources/MacAddress/*",
23   "requires_arc": true,
24   "swift_version": "5.3"