blob: 8f0ed1d2951bd9a5e57c25a9ca093d8ca6c6f25c [file] [log] [blame]
{
"name": "DeviceSCC",
"version": "3.0.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. SCC merged a PR outstanding for 10.5 and 12.9 newer iPads.",
"homepage": "https://github.com/Ekhoo/Device",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Ortis": "me@lucas-ortis.com"
},
"source": {
"git": "https://github.com/scottcc/Device.git",
"tag": "3.0.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"
},
"pushed_with_swift_version": "3.0"
}