Removed GitHub warnings.

This commit is contained in:
Fabio Pelosin
2012-06-29 15:37:34 +02:00
parent 0e91086eb2
commit 1229786dc6
130 changed files with 129 additions and 131 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/ddeville/DDPageControl'
s.author = { 'Damien DeVille' => 'damien@realmacsoftware.com' }
s.source = { :git => 'git://github.com/ddeville/DDPageControl.git', :tag => '0.1' }
s.source = { :git => 'https://github.com/ddeville/DDPageControl.git', :tag => '0.1' }
s.description = 'DDPageControl redefines exactly every property and methods available in UIPageControl. Using DDPageControl without customization will actually lead exactly to a UIPageControl. However, the power of DDPageControl is that you can set some additional properties that will affect the way the look and feel of the page controls.'
s.platform = :ios