blob: 0a6cc133e8cb600f6a233ebca63212670c3f8484 [file] [log] [blame]
{
"name": "SwiftDevice",
"version": "0.2.0",
"summary": "Instantly get detailed information on your iOS device for doing different things in code!",
"description": "\"A simpler, friendlier way to access things about a device such as type, orientation, os version, etc., of iOS device for programatically doing things based on what device is being used and how its being held. Contains simple 'type', 'orientation', combination 'typeAndOrientation', 'name', 'model', 'batteryStatus', `batteryLevel`, `proximityToUser`, 'hasGPS`, and more! All the default Apple-specified 'orientation' types are still there as well.\"",
"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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftDevice/*"
}