Skip to content

Commit

Permalink
Fixing Extra dependency to be able to use StarsKit with Extra 1.1.1. …
Browse files Browse the repository at this point in the history
…Bump to 0.3.1.
  • Loading branch information
DAVID Amaury committed Nov 29, 2018
1 parent d504184 commit efdebed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StarsKit.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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

0 comments on commit efdebed

Please sign in to comment.