Skip to content

Commit

Permalink
Use Stevia 4.7.3 (supports both Carthage and Cocoapods)
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Jun 2, 2020
1 parent 4724c1f commit 9fd0673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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" "5.0.1"
github "freshOS/Stevia" "4.7.3"
github "HHK1/PryntTrimmerView" "4.0.0"
2 changes: 1 addition & 1 deletion YPImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.deployment_target = "9.0"
s.source_files = 'Source/**/*.swift'
s.dependency 'SteviaLayout', '~> 5.0.1'
s.dependency 'SteviaLayout', '~> 4.7.3'
s.dependency 'PryntTrimmerView', '~> 4.0.0'
s.resources = ['Resources/*', 'Source/**/*.xib']
s.description = "Instagram-like image picker & filters for iOS supporting videos and albums"
Expand Down

0 comments on commit 9fd0673

Please sign in to comment.