Skip to content

Commit

Permalink
Bumps to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Jul 20, 2018
1 parent bd28c7c commit 00bdf3c
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 24 deletions.
Binary file modified Carthage/Build/iOS/YPImagePicker.framework/Assets.car
Binary file not shown.

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

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 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ config.hidesStatusBar = false
config.overlayView = myOverlayView
config.library.maxNumberOfItems = 5
config.library.minNumberOfItems = 3
config.library.numberOfItemsInRow = 3
config.library.spacingBetweenItems = 2
config.isScrollToChangeModesEnabled = false

// Build a picker with your configuration
Expand Down Expand Up @@ -200,7 +202,7 @@ picker.didFinishPicking { [unowned picker] items, cancelled in
That's it !

## Languages
🇺🇸 English, 🇪🇸 Spanish, 🇫🇷 French 🇷🇺 Russian, 🇳🇱 Dutch, 🇧🇷 Brazilian, 🇹🇷 Turkish, 🇸🇾 Arabic, 🇩🇪 German, 🇮🇹 Italian, 🇯🇵 Japanese, 🇨🇳 Chinese
🇺🇸 English, 🇪🇸 Spanish, 🇫🇷 French 🇷🇺 Russian, 🇳🇱 Dutch, 🇧🇷 Brazilian, 🇹🇷 Turkish, 🇸🇾 Arabic, 🇩🇪 German, 🇮🇹 Italian, 🇯🇵 Japanese, 🇨🇳 Chinese, 🇮🇩 Indonesian

If your language is not supported, you can still customize the wordings via the `configuration.wordings` api:

Expand Down
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>3.3.1</string>
<string>3.4.0</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 = "3.3.1"
s.version = "3.4.0"
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 00bdf3c

Please sign in to comment.