Skip to content

Commit

Permalink
Merge pull request #46 from DamienMartin/master
Browse files Browse the repository at this point in the history
Delete warning
  • Loading branch information
kishikawakatsumi committed Aug 19, 2014
2 parents 21bbce0 + 2856fcd commit c91cc57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Lib/PECropView.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#import "UIImage+PECrop.h"

static const CGFloat MarginTop = 37.0f;
static const CGFloat MarginBottom = MarginTop;
//static const CGFloat MarginBottom = MarginTop;
static const CGFloat MarginLeft = 20.0f;
static const CGFloat MarginRight = MarginLeft;
//static const CGFloat MarginRight = MarginLeft;

@interface PECropView () <UIScrollViewDelegate, UIGestureRecognizerDelegate, PECropRectViewDelegate>

Expand Down
2 changes: 1 addition & 1 deletion PEPhotoCropEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PEPhotoCropEditor"
s.version = "1.3.1"
s.version = "1.3.2"
s.summary = "Image cropping library for iOS, similar to the Photos.app UI."
s.homepage = "https://github.com/kishikawakatsumi/PEPhotoCropEditor"
s.social_media_url = "https://twitter.com/k_katsumi"
Expand Down

0 comments on commit c91cc57

Please sign in to comment.