blob: b2cad945e8a95aa502891a59402bb3bf700ef23b [file] [log] [blame]
{
"name": "UIDevice-DisplayName",
"version": "1.0.2",
"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, \n based on the model of device. \n",
"source": {
"git": "https://github.com/stephanheilner/UIDevice-DisplayName.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": "UIDevice+DisplayName.{h,m}",
"requires_arc": true
}