Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuch committed Sep 28, 2015
1 parent 76d3222 commit c0e5557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QRCode.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "QRCode"
s.version = "0.2"
s.version = "0.5"
s.summary = "A QRCode generator written in Swift."
s.description = "Generate QRCodes and customize their appearance."
s.homepage = "https://github.com/aschuch/QRCode"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Then run `carthage update`.
Add the following line to your Podfile.

```
pod "QRCode", "~> 0.1"
pod "QRCode", "~> 0.5"
```

Then run `pod install` with Cocoapods 0.36 or newer.
Expand Down

0 comments on commit c0e5557

Please sign in to comment.