blob: 4e38c07ef106e9c6828142d3108752fc8eb07100 [file] [log] [blame]
{
"name": "UIDevice-DisplayName",
"version": "2.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": "2.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIDevice+DisplayName.{swift}",
"requires_arc": true
}