[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / b / 4 / UIDevice-DisplayName / 4.3.1 / UIDevice-DisplayName.podspec.json
blob20ac26aeee2ffcbce183645a42f23b753b350e5b
2   "name": "UIDevice-DisplayName",
3   "version": "4.3.1",
4   "summary": "Returns a friendly name for any iOS device.",
5   "authors": "Stephan Heilner",
6   "homepage": "https://github.com/stephanheilner/UIDevice-DisplayName",
7   "license": "MIT",
8   "description": "UIDevice-DisplayName is a category on UIDevice that returns a displayable name of the device, \nbased on the model of device.",
9   "source": {
10     "git": "https://github.com/stephanheilner/UIDevice-DisplayName.git",
11     "tag": "4.3.1"
12   },
13   "platforms": {
14     "ios": "12.0",
15     "tvos": "12.0"
16   },
17   "source_files": "Sources/UIDevice-DisplayName/UIDevice+DisplayName.{swift}",
18   "resources": "Resources/UIDevice-DisplayName/*.json",
19   "requires_arc": true,
20   "swift_versions": "5.0",
21   "swift_version": "5.0"