Skip to content

Commit 23644b0

Browse files
Update README.md
1 parent d36b092 commit 23644b0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,19 @@
88
UIDevice extension to fetch current device info such commercial name (iPhone X instead of iPhone10,3).
99

1010
## Installation
11-
1211
This framework is compatible with Carthage or Cocoapods, use one of both.
13-
14-
### Carthage: Add this into your `Cartfile`
12+
### Carthage
13+
Add this into your `Cartfile`:
1514
```ogdl
1615
github "sebastianvarela/DeviceIdentificator"
1716
```
18-
19-
### Cocoapods: Add this into your `Podfile`
17+
### Cocoapods
18+
Add this into your `Podfile`:
2019
```ogdl
2120
pod 'DeviceIdentificator'
2221
```
2322

2423
## Usage:
25-
2624
Swift:
2725
```Swift
2826
let deviceModel = UIDevice.current.deviceModel

0 commit comments

Comments
 (0)