Skip to content

Commit 50be667

Browse files
committed
v3.2.0
1 parent 92ac9b5 commit 50be667

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Device.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Device"
3-
s.version = "3.1.2"
3+
s.version = "3.2.0"
44
s.summary = "Light weight tool for detecting the current device and screen size written in swift."
55

66
s.description = "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want."

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Device is available through [CocoaPods](http://cocoapods.org). To install
1616
it, simply add the following line to your Podfile:
1717

1818
```ruby
19-
pod "Device", '~> 3.1.2'
19+
pod "Device", '~> 3.2.0'
2020
```
2121

2222
## Carthage
@@ -33,7 +33,7 @@ $ brew install carthage
3333
To integrate Device into your Xcode project using Carthage, specify it in your `Cartfile`:
3434

3535
```ogdl
36-
github "Ekhoo/Device" ~> 3.1.2
36+
github "Ekhoo/Device" ~> 3.2.0
3737
```
3838

3939
Run `carthage update` to build the framework and drag the built `Device.framework` into your Xcode project.

0 commit comments

Comments
 (0)