blob: 8d66e948694908004fc5aa3c441e46650cb2d6ed [file] [log] [blame]
{
"name": "UIDeviceIcon",
"version": "2.0.0",
"summary": "A µframework to provide an icon to represent the device model.",
"description": "A µframework to detect and provide an icon to represent the device model through an extension of UIDevice. Also detects the simulator and the device model it is simulating.",
"homepage": "https://github.com/theoriginalbit/UIDeviceIcon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"theoriginalbit": "theoriginalbit@gmail.com"
},
"source": {
"git": "https://github.com/theoriginalbit/UIDeviceIcon.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIDeviceIcon/Classes/**/*",
"swift_version": "5.0",
"dependencies": {
"UIDeviceModel": [
"~> 2.0"
]
}
}