Fix podspec homepage

This commit is contained in:
Florian Gabach
2017-12-10 14:39:33 +01:00
parent c5beca03f7
commit 794d5a2d86
+2 -2
View File
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'OpenSourceController'
s.version = '2.1.O'
s.version = '2.1.0'
s.summary = 'Display all the librarys licence used in your application. Enjoy !'
s.description = 'Display a screen with all licence used in your apply can be painful to maintain. OpenSourceController was built to respond to this problem. OpenSourceController is a simple parser to display the licences which are used in your application.'
s.homepage = 'https://github.com/terflogag/OpenSourceController'
s.homepage = 'https://github.com/floriangbh/OpenSourceController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Florian Gabach' => 'florian.gabach@gmail.com' }
s.source = { :git => 'https://github.com/floriangbh/OpenSourceController.git', :tag => s.version.to_s }