Skip to content

Commit 2ae2b10

Browse files
committed
v3.2.1
1 parent 40d2038 commit 2ae2b10

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Device.podspec

Lines changed: 1 addition & 1 deletion
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.2.0"
3+
s.version = "3.2.1"
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

Lines changed: 2 additions & 2 deletions
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.2.0'
19+
pod "Device", '~> 3.2.1'
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.2.0
36+
github "Ekhoo/Device" ~> 3.2.1
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)