From 4e1c48b6884c5a271ed57eee977169bacabed057 Mon Sep 17 00:00:00 2001 From: William Miller Date: Sun, 10 Feb 2019 20:34:00 -0500 Subject: [PATCH] Updated podspec to version 1.6.0 --- MMSProfileImagePicker.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMSProfileImagePicker.podspec b/MMSProfileImagePicker.podspec index 2d3965f..672ef3b 100644 --- a/MMSProfileImagePicker.podspec +++ b/MMSProfileImagePicker.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "MMSProfileImagePicker" - s.version = "1.5.1" + s.version = "1.6.0" s.summary = "A profile image selection view controller supporting image selection and editing behavior like in the contacts app." s.description = <<-DESC This class supports the feature for selecting an image from the photo library or camera for use as a profile image. Before final selection, it presents an edit screen with a circle overalay to resize and position the image for cropping in a square whose side is the length of the circle's diameter. An image can be submitted to the class for editing only. With this class you can emulate the features of the contact app's profile image selection.