blob: 7e3f4209c158aed4c45c55a37cc295ef6c62654b [file] [log] [blame]
{
"name": "Device",
"version": "3.1.2",
"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"
},
"source": {
"git": "https://github.com/Ekhoo/Device.git",
"tag": "3.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"ios": {
"source_files": "Source/iOS/*.swift"
},
"osx": {
"source_files": "Source/macOS/*.swift"
}
}