-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Device is available through [CocoaPods](http://cocoapods.org). To install | |
it, simply add the following line to your Podfile: | ||
|
||
```ruby | ||
pod "Device", '~> 3.3.0' | ||
pod "Device", '~> 3.4.0' | ||
``` | ||
|
||
## Carthage | ||
|
@@ -34,7 +34,7 @@ $ brew install carthage | |
To integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`: | ||
|
||
```ogdl | ||
github "Ekhoo/Device" ~> 3.3.0 | ||
github "Ekhoo/Device" ~> 3.4.0 | ||
``` | ||
|
||
Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project. | ||
|
@@ -47,7 +47,7 @@ Once you have your Swift package set up, adding Device as a dependency is as eas | |
|
||
```swift | ||
dependencies: [ | ||
.package(url: "https://github.com/Ekhoo/Device.git", from: "3.3.0") | ||
.package(url: "https://github.com/Ekhoo/Device.git", from: "3.4.0") | ||
] | ||
``` | ||
|
||
|
@@ -236,11 +236,21 @@ func myFunc() { | |
} | ||
``` | ||
|
||
# Video Tutorial by Alex Nagy (@rebeloper): | ||
- https://www.youtube.com/watch?v=cTZcOaGgD-E | ||
|
||
[![YouTube](https://user-images.githubusercontent.com/2488011/53433240-ba33a780-39fc-11e9-820b-9e1017adce18.png)](https://www.youtube.com/watch?v=cTZcOaGgD-E) | ||
|
||
# Author | ||
Lucas Ortis: | ||
- [email protected] | ||
- [@LucasEkhoo](https://twitter.com/LucasEkhoo) | ||
- [Linkedin](https://fr.linkedin.com/in/lucasortis) | ||
- [LinkedIn](https://fr.linkedin.com/in/lucasortis) | ||
|
||
# Maintenance | ||
Pran Kishore: | ||
- [email protected] | ||
- [LinkedIn](https://www.linkedin.com/in/pran-kishore/) | ||
|
||
# License | ||
|
||
|