blob: c49d4d10462241011ac9a0eb5b404e67749b4dc9 [file] [log] [blame]
{
"name": "UIDevice-DisplayName",
"version": "4.1.0",
"summary": "Returns a friendly name for any iOS device.",
"authors": "Stephan Heilner",
"homepage": "https://github.com/stephanheilner/UIDevice-DisplayName",
"license": "MIT",
"description": "UIDevice-DisplayName is a category on UIDevice that returns a displayable name of the device, \nbased on the model of device.",
"source": {
"git": "https://github.com/stephanheilner/UIDevice-DisplayName.git",
"tag": "4.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "UIDevice+DisplayName.{swift}",
"resources": "*.json",
"requires_arc": true,
"swift_versions": "5.0",
"swift_version": "5.0"
}