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