Deviice alternatives and similar libraries
Based on the "Other Hardware" category.
Alternatively, view Deviice alternatives based on common mentions on social networks and blogs.
-
SDVersion
:iphone: Lightweight Cocoa library for detecting the running device's model and screen size. -
MotionKit
Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple :octocat: :satellite: -
Haptico
Haptico 📳 - easy to use haptic feedback generator with pattern-play support -
DarkLightning
Simply the fastest way to transmit data between iOS/tvOS and OSX -
NFCNDEFParse
NFC Forum Well Known Type Data Parser for iOS11 and Core NFC
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Deviice or a related project?
README
[Logo](./Example/Deviice/Deviice.png)
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 and Swift Package Manager.
CocoaPods
To install it, simply add the following line to your Podfile:
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.
License
Deviice is available under the MIT license. See the LICENSE file for more info.
*Note that all licence references and agreements mentioned in the Deviice README section above
are relevant to that project's source code only.