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
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'A grid view for iPhone/iPad, designed to look similar to NSCollectionView.'
s.homepage = 'https://github.com/AlanQuatermain/AQGridView'
s.author = { 'Alan Quatermain' => 'jimdovey@mac.com' }
s.source = { :git => 'git://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
s.source = { :git => 'https://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
s.platform = :ios
s.requires_arc = true
s.source_files = 'Classes'