# Deviice **Repository Path**: sorrowfeng/Deviice ## Basic Information - **Project Name**: Deviice - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-10 - **Last Updated**: 2021-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://travis-ci.org/Andrea%20Mario%20Lufino/Deviice) [](http://cocoapods.org/pods/Deviice) [](http://cocoapods.org/pods/Deviice) [](http://cocoapods.org/pods/Deviice)  ## Usage To run the example project, clone the repo, and run `pod install` from the Example directory first.
let device = Deviice.current
device is a Deviice struct and has some properties:
device.identifier
device.type
device.modelName
device.size
device.connectivity
device.year
device.completeDeviceName
## Requirements
This library works on iOS 8 or higher.
## Installation
Deviice is available through [CocoaPods](http://cocoapods.org) and Swift Package Manager.
### CocoaPods
To install
it, simply add the following line to your Podfile:
```ruby
pod "Deviice"
```
### Swift Package Manager
To add Deviice to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter `https://github.com/andrealufino/Deviice` for the URL. Check the use branch option and enter `master`.
## Author
Andrea Mario Lufino, [andrealufino.com](https://andrealufino.com).
## License
Deviice is available under the MIT license. See the LICENSE file for more info.