blob: 84fe9f492e4792d28f78f5fd6b01d0a86976d1e3 [file] [log] [blame]
{
"name": "Device",
"version": "1.0.1",
"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": "1.0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true
}