blob: 1b26aa1e987bdccdf608845f37f8d2a6bc5e8e9a [file] [log] [blame]
{
"name": "MMDevice",
"version": "0.2.0",
"summary": "Simple device type helper.",
"description": "This is a simple iOS, primarily iPhone focused, device type helper. It also cantains the various screen sizes of the devices.",
"homepage": "https://github.com/MaximusMcCann/MMDevice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MaximusMcCann": "mxmccann@gmail.com"
},
"source": {
"git": "https://github.com/MaximusMcCann/MMDevice.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "MMDevice/Classes/**/*",
"deprecated": true
}