blob: 36f1f08832826866d2169bca46c9cdd9fc606113 [file] [log] [blame]
{
"name": "UIDevice-DisplayName",
"version": "3.0.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": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIDevice+DisplayName.{swift}",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}