Skip to content

Commit 1229786

Browse files
committedJun 29, 2012
Removed GitHub warnings.
1 parent 0e91086 commit 1229786

File tree

130 files changed

+129
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+129
-131
lines changed
 

‎AKSemanticView/0.0.1/AKSemanticView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.summary = 'A UIView category aimed at referencing common attributes a little less robotically.'
66
s.homepage = 'https://github.com/indiebrain/AKSemanticView'
77
s.author = { 'Aaron Kuehler' => 'aaron.kuehler@gmail.com' }
8-
s.source = { :git => 'https://indiebrain@github.com/indiebrain/AKSemanticView.git', :tag => '0.0.1' }
8+
s.source = { :git => 'https://github.com/indiebrain/AKSemanticView.git', :tag => '0.0.1' }
99
s.description = 'An optional longer description of AKSemanticView.'
1010

1111
s.source_files = 'AKSemanticView/src/**/*.{h,m}'

‎AQGridView/1.2/AQGridView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55
s.summary = 'A grid view for iPhone/iPad, designed to look similar to NSCollectionView.'
66
s.homepage = 'https://github.com/AlanQuatermain/AQGridView'
77
s.author = { 'Alan Quatermain' => 'jimdovey@mac.com' }
8-
s.source = { :git => 'git://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
8+
s.source = { :git => 'https://github.com/AlanQuatermain/AQGridView.git', :commit => 'f6c5589a6dabfff693fc7def7342327b9b0df3f9' }
99
s.platform = :ios
1010
s.requires_arc = true
1111
s.source_files = 'Classes'

0 commit comments

Comments
 (0)