Skip to content

Commit

Permalink
Bumps to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Apr 3, 2018
1 parent e1d08ff commit 4078d73
Show file tree
Hide file tree
Showing 16 changed files with 7,879 additions and 4 deletions.
3,948 changes: 3,948 additions & 0 deletions Carthage/Build/iOS/23387F02-B5C0-3F17-8FB0-0A86C190FF83.bcsymbolmap

Large diffs are not rendered by default.

3,924 changes: 3,924 additions & 0 deletions Carthage/Build/iOS/3B7E279C-F90D-3A13-9672-ED8E1DD21F3D.bcsymbolmap

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/Assets.car
Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/YPImagePicker
Binary file not shown.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/YPLibraryView.nib
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ picker.didSelectVideo = { videoData, videoThumbnailImage in
self.imageView.image = videoThumbnailImage
picker.dismiss(animated: true, completion: nil)
}
picker.didCancel = {
print("Did Cancel")
}
present(picker, animated: true, completion: nil)
```

Expand Down Expand Up @@ -175,4 +178,4 @@ See [LICENSE](LICENSE) for details.
## Swift Version

- Swift 3 -> version [**1.2.1**](https://github.com/Yummypets/YPImagePicker/releases/tag/1.2.1)
- Swift 4 -> version [**2.7.3**](https://github.com/Yummypets/YPImagePicker/releases/tag/2.7.3)
- Swift 4 -> version [**2.7.3**](https://github.com/Yummypets/YPImagePicker/releases/tag/2.8.1)
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.8.0</string>
<string>2.8.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Binary file modified YPImagePicker.framework.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion YPImagePicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YPImagePicker'
s.version = "2.8.0"
s.version = "2.8.1"
s.summary = "Instagram-like image picker & filters for iOS"
s.homepage = "https://github.com/Yummypets/YPImagePicker"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 4078d73

Please sign in to comment.