blob: dfd1b05db82f7ca16654b3c680d44eef6d702d47 [file] [log] [blame]
{
"name": "DeviceDetector",
"version": "0.1.0",
"summary": "DeviceDetector lib for device's model detecting on Swift",
"description": "DeviceDetecor library able to detect and compare the device model",
"homepage": "https://github.com/Zaakk/DeviceDetector",
"license": "MIT",
"authors": {
"Zaakk": "me@zaakk.com"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Zaakk/DeviceDetector.git",
"tag": "0.1.0"
},
"source_files": "DeviceDetector/**/*.{h,m,swift}",
"swift_version": "4.2"
}