Skip to content

Commit

Permalink
Using HTTPS source & updating the summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed May 16, 2012
1 parent 8e08b4c commit 5b2ad5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Underscore.m/0.0.1.pre.1/Underscore.m.podspec
Expand Up @@ -2,11 +2,11 @@ Pod::Spec.new do |s|
s.name = 'Underscore.m'
s.version = '0.0.1.pre.1'
s.license = 'MIT'
s.summary = 'A port of underscore.js to Objective-C'
s.summary = 'A port of underscore.js to Objective-C.'
s.homepage = 'https://github.com/robb/Underscore.m'
s.author = { 'Robert Böhnke' => 'robb@robb.is' }

s.source = { :git => 'git://github.com/robb/Underscore.m.git', :commit => '1714fce04269e0625637372e186884a5bae7a7b1' }
s.source = { :git => 'https://github.com/robb/Underscore.m.git', :commit => '1714fce04269e0625637372e186884a5bae7a7b1' }

s.description = 'Underscore.m is an Objective-C library inspired by underscore.js.'

Expand Down

0 comments on commit 5b2ad5f

Please sign in to comment.