Skip to content

Commit 64935d2

Browse files
committed
Update readme
1 parent 348aa9f commit 64935d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ImagePickerSheetController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "ImagePickerSheetController"
19-
s.version = "0.1.4"
19+
s.version = "0.1.5"
2020
s.summary = "ImagePickerSheetController is like the custom photo action sheet in iMessage just without the glitches."
2121

2222
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ It's recommended to use [stringsdict](https://developer.apple.com/library/ios/do
4040

4141
### CocoaPods
4242
```ruby
43-
pod "ImagePickerSheetController", "~> 0.1.4"
43+
pod "ImagePickerSheetController", "~> 0.1.5"
4444
```
4545

4646
###Carthage
4747
```objc
48-
github "larcus94/ImagePickerSheetController" ~> 0.1.4
48+
github "larcus94/ImagePickerSheetController" ~> 0.1.5
4949
```
5050

5151
## Requirements

0 commit comments

Comments
 (0)