Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
pod 'GBDeviceInfo', '~> 3.5' --> '4.2'
  • Loading branch information
煮石散人 committed Oct 11, 2016
1 parent aceee6b commit 30bf5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -70,8 +70,8 @@ Don't forget to import header.

If you want to use the `isJailbroken` property, make sure you first add the Jailbreak subspec to your project's Podfile, e.g.:
```ruby
pod 'GBDeviceInfo', '~> 3.5'
pod 'GBDeviceInfo/Jailbreak', '~> 3.5'
pod 'GBDeviceInfo', '~> 4.2'
pod 'GBDeviceInfo/Jailbreak', '~> 4.2'
```

Missing a property you need? Submit a Pull Request or contact [sales@goonbee.com](mailto:sales@goonbee.com?subject=GBDeviceInfo%20Enterprise)!
Expand Down

0 comments on commit 30bf5a5

Please sign in to comment.