Skip to content

Commit

Permalink
Fixed depencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DAVID Amaury committed Nov 19, 2018
1 parent d762c1a commit d504184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- StarsKit (0.3.0):
- Cosmos (~> 15.0)
- Extra/UIKit (~> 1.1)
- Jelly (~> 1.2)
- Jelly (~> 1.2.4)
- SwiftDate (4.5.1)
- SwiftLint (0.27.0)

Expand All @@ -30,7 +30,7 @@ SPEC CHECKSUMS:
Cosmos: a6dbd3d0baa0cc8f51f8598f7508d5a09d0a9ade
Extra: 7c4e5aff4904ecdadc615f63d4c2f0c20910c028
Jelly: 70e542dd201460211f0f20042bc2c2d31ae239a1
StarsKit: b9b0cbe6bfb9dee0c2c65ff3ae93a2d388dd52fb
StarsKit: 76644fc035a63308bd5ad7cfd5fb28878c5e8059
SwiftDate: 7b56d42a221f582047287deb256b23fc5ed49a60
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073

Expand Down
6 changes: 3 additions & 3 deletions StarsKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
]

s.frameworks = 'UIKit'
s.dependency 'Cosmos', '~> 15.0'
s.dependency 'Extra/UIKit', '~> 1.1'
s.dependency 'Jelly', '~> 1.2'
s.dependency 'Cosmos', '15.0'
s.dependency 'Extra/UIKit', '1.1'
s.dependency 'Jelly', '1.2.4'
end

0 comments on commit d504184

Please sign in to comment.