Skip to content

Commit

Permalink
Bumps to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Oct 1, 2018
1 parent 7f343dc commit 05c9c60
Show file tree
Hide file tree
Showing 26 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "freshOS/Stevia" "4.4.0"
github "HHK1/PryntTrimmerView" "3.0.0-beta.1"
github "HHK1/PryntTrimmerView" "3.0.0"
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "HHK1/PryntTrimmerView" "3.0.0-beta.1"
github "HHK1/PryntTrimmerView" "3.0.0"
github "freshOS/Stevia" "4.4.0"
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/PryntTrimmerView.framework/PryntTrimmerView
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.

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/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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,4 @@ See [LICENSE](LICENSE) for details.

- Swift 3 -> version [**1.2.1**](https://github.com/Yummypets/YPImagePicker/releases/tag/1.2.1)
- Swift 4.1 -> version [**3.4.1**](https://github.com/Yummypets/YPImagePicker/releases/tag/3.4.0)
- Swift 4.2 -> version [**3.5.0**](https://github.com/Yummypets/YPImagePicker/releases/tag/3.5.0)
- Swift 4.2 -> version [**3.5.1**](https://github.com/Yummypets/YPImagePicker/releases/tag/3.5.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>3.5.0</string>
<string>3.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Binary file modified YPImagePicker.framework.zip
Binary file not shown.
5 changes: 2 additions & 3 deletions 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.5.0"
s.version = "3.5.1"
s.summary = "Instagram-like image picker & filters for iOS"
s.homepage = "https://github.com/Yummypets/YPImagePicker"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -12,9 +12,8 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = "9.0"
s.source_files = 'Source/**/*.swift'
s.dependency 'PryntTrimmerView', :git => 'https://github.com/HHK1/PryntTrimmerView.git', :commit => '9841375d4730e959f95fb8bc141f3cbf01610b6e'
s.dependency 'SteviaLayout', '~> 4.4.0'
s.dependency 'PryntTrimmerView', '~> 3.0'
s.dependency 'PryntTrimmerView', '~> 3.0.0'
s.resources = ['Resources/*', 'Source/**/*.xib']
s.description = "Instagram-like image picker & filters for iOS supporting videos and albums"
end

0 comments on commit 05c9c60

Please sign in to comment.