diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index d1c6802..9172e8d 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -1,13 +1,14 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' s.version = '1.0.0' - s.license = 'MIT' + s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'An animated gradient loading bar.' s.description = 'An animated gradient loading bar. Inspired by http://www.cssscript.com/ios-style-gradient-progress-bar-with-pure-css-css3/' - s.homepage = 'http://felix.hamburg' + s.homepage = 'https://github.com/fxm90/GradientLoadingBar' + s.screenshot = 'http://felix.hamburg/files/github/gradient-loading-bar/screen.gif' s.author = { 'Felix Mau' => 'contact@felix.hamburg' } - s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar', :tag => '1.0.0' } + s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => '1.0.0' } s.source_files = 'GradientLoadingBar', 'GradientLoadingBar/**/*.swift' s.platform = :ios, '9.0'