blob: 6d8b3d6abd98d0d020f9645bf0b2bdbc08253a0a [file] [log] [blame]
{
"name": "SwiftDevice",
"version": "0.1.0",
"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 'better' 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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftDevice/*"
}