From 12081a61327a6450f0a5ddaed0713a4db170e26b Mon Sep 17 00:00:00 2001 From: alexasfb Date: Tue, 8 Jan 2019 16:24:07 -0800 Subject: [PATCH] Update IGColorPicker.podspec --- IGColorPicker.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IGColorPicker.podspec b/IGColorPicker.podspec index 6b19d3d..8c23e8d 100644 --- a/IGColorPicker.podspec +++ b/IGColorPicker.podspec @@ -16,5 +16,5 @@ s.ios.deployment_target = '8.3' s.source_files = 'IGColorPicker/Classes/**/*' -s.dependency 'M13Checkbox', '~> 3.2.0' +s.dependency 'M13Checkbox', '~> 3.3.2' end