From 66aa4587f2103f2fae841d0c4a66156205f49d8f Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Thu, 20 Feb 2014 04:02:42 +0900 Subject: [PATCH] Update podspec. --- Lib/PECropViewController.h | 1 + PEPhotoCropEditor.podspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Lib/PECropViewController.h b/Lib/PECropViewController.h index c4b4a1d..526fdb3 100644 --- a/Lib/PECropViewController.h +++ b/Lib/PECropViewController.h @@ -21,6 +21,7 @@ @property (nonatomic) CGRect cropRect; @property (nonatomic) BOOL toolbarHidden; + @end @protocol PECropViewControllerDelegate diff --git a/PEPhotoCropEditor.podspec b/PEPhotoCropEditor.podspec index 1079da6..160adec 100644 --- a/PEPhotoCropEditor.podspec +++ b/PEPhotoCropEditor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PEPhotoCropEditor" - s.version = "1.2.3" + s.version = "1.2.4" 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"