Skip to content

Commit c0e5557

Browse files
committed
update podspec
1 parent 76d3222 commit c0e5557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

QRCode.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "QRCode"
3-
s.version = "0.2"
3+
s.version = "0.5"
44
s.summary = "A QRCode generator written in Swift."
55
s.description = "Generate QRCodes and customize their appearance."
66
s.homepage = "https://github.com/aschuch/QRCode"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Then run `carthage update`.
8686
Add the following line to your Podfile.
8787

8888
```
89-
pod "QRCode", "~> 0.1"
89+
pod "QRCode", "~> 0.5"
9090
```
9191

9292
Then run `pod install` with Cocoapods 0.36 or newer.

0 commit comments

Comments
 (0)