From efdebed1596add4ac936c25a9ad5ea945ace199c Mon Sep 17 00:00:00 2001 From: DAVID Amaury Date: Thu, 29 Nov 2018 14:29:15 +0100 Subject: [PATCH] Fixing Extra dependency to be able to use StarsKit with Extra 1.1.1. Bump to 0.3.1. --- StarsKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StarsKit.podspec b/StarsKit.podspec index 41c42fa..225230d 100644 --- a/StarsKit.podspec +++ b/StarsKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'StarsKit' - s.version = '0.3.0' + s.version = '0.3.1' s.summary = 'StarsKit is a Swift library to simplify, customize and configure your app rating workflow.' s.homepage = 'https://github.com/smartnsoft/StarsKit' @@ -21,6 +21,6 @@ Pod::Spec.new do |s| s.frameworks = 'UIKit' s.dependency 'Cosmos', '15.0' - s.dependency 'Extra/UIKit', '1.1' + s.dependency 'Extra/UIKit', '~> 1.1.0' s.dependency 'Jelly', '1.2.4' end