blob: b1941d8464b2539499040ac561e59f408fd2d492 [file] [log] [blame]
{
"name": "UIDeviceIcon",
"version": "1.1.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": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIDeviceIcon/Classes/**/*",
"swift_version": "4.2",
"dependencies": {
"UIDeviceModel": [
"~> 1.1"
]
}
}