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