We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36b092 commit 23644b0Copy full SHA for 23644b0
README.md
@@ -8,21 +8,19 @@
8
UIDevice extension to fetch current device info such commercial name (iPhone X instead of iPhone10,3).
9
10
## Installation
11
-
12
This framework is compatible with Carthage or Cocoapods, use one of both.
13
14
-### Carthage: Add this into your `Cartfile`
+### Carthage
+Add this into your `Cartfile`:
15
```ogdl
16
github "sebastianvarela/DeviceIdentificator"
17
```
18
19
-### Cocoapods: Add this into your `Podfile`
+### Cocoapods
+Add this into your `Podfile`:
20
21
pod 'DeviceIdentificator'
22
23
24
## Usage:
25
26
Swift:
27
```Swift
28
let deviceModel = UIDevice.current.deviceModel
0 commit comments