blob: f54e5d8d9d91d6b57d319e47c6453a605b26804a [file] [log] [blame]
{
"name": "SwiftDevice",
"version": "0.1.2",
"summary": "Instantly get the type and orientation of your iOS device for doing different things in code!",
"description": "\"A simpler, friendlier way to access device type and orientation of iOS device for programatically doing things based on what device is being used and how its being held. A wrapper implementation of UIDevice.currentDevice().UIInterfaceOrientation and UIDevice.currentDevice().orientation.\"",
"homepage": "https://github.com/ChaseLukeA/SwiftDevice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ChaseLukeA": "chase.luke.a@gmail.com"
},
"source": {
"git": "https://github.com/ChaseLukeA/SwiftDevice.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftDevice/*"
}