blob: 100fed046ca6be57d475afdb3473113465da92b7 [file] [log] [blame]
{
"name": "Device",
"version": "0.0.4",
"summary": "Light weight tool for detecting the current device and screen size written in swift.",
"description": "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want.",
"homepage": "https://github.com/Ekhoo/Device",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Ortis": "me@lucas-ortis.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Ekhoo/Device.git",
"tag": "0.0.4"
},
"source_files": "Source/*.swift",
"requires_arc": true
}