blob: 106278ece63678f972ee6d3df443119a7b225752 [file] [log] [blame]
{
"name": "UIDeviceModel",
"version": "1.1.0",
"summary": "A µframework to detect the device model.",
"description": "A µframework to detect the device model provided through an extension of UIDevice. It also allows detection of the simulator and the device model it is simulating.",
"homepage": "https://github.com/theoriginalbit/UIDeviceModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"theoriginalbit": "theoriginalbit@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/theoriginalbit/UIDeviceModel.git",
"tag": "1.1.0"
},
"source_files": [
"Source",
"Source/**/*.{h,swift}"
],
"swift_version": "4.2"
}