1 parent 829af6c commit 870cd8cCopy full SHA for 870cd8c
1 file changed
README.md
@@ -16,7 +16,7 @@ Device is available through [CocoaPods](http://cocoapods.org). To install
16
it, simply add the following line to your Podfile:
17
18
```ruby
19
-pod "Device", '~> 3.0.0'
+pod "Device", '~> 3.0.1'
20
```
21
22
## Carthage
@@ -33,7 +33,7 @@ $ brew install carthage
33
To integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`:
34
35
```ogdl
36
-github "Ekhoo/Device" ~> 3.0.0
+github "Ekhoo/Device" ~> 3.0.1
37
38
39
Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.
0 commit comments