Skip to content

Commit 0832e42

Browse files
authored
Update README.md
1 parent e36a9bb commit 0832e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ We highly recommend Carthage as module manager.
8787
ZXingObjC can be installed using [Carthage](https://github.com/Carthage/Carthage). After installing Carthage just add ZXingObjC to your Cartfile:
8888

8989
```ogdl
90-
github "TheLevelUp/ZXingObjC" ~> 3.5
90+
github "TheLevelUp/ZXingObjC" ~> 3.6
9191
```
9292

9393
#### CocoaPods
@@ -96,7 +96,7 @@ github "TheLevelUp/ZXingObjC" ~> 3.5
9696

9797
```ruby
9898
platform :ios, '8.0'
99-
pod 'ZXingObjC', '~> 3.5.0'
99+
pod 'ZXingObjC', '~> 3.6.0'
100100
```
101101

102102
## Examples

0 commit comments

Comments
 (0)