blob: aa83fd3e59b6561d0aebdc7bc7c64a4165901640 [file] [log] [blame]
{
"name": "UIDevice-DisplayName",
"version": "1.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.2"
},
"platforms": {
"ios": "5.1"
},
"source_files": "UIDevice+DisplayName.{h,m}",
"requires_arc": true
}