Skip to content

Commit

Permalink
Add Underscore.m 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb committed Jan 1, 2013
1 parent 85534c1 commit 6687471
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Underscore.m/0.2.0/Underscore.m.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'Underscore.m'
s.version = '0.2.0'
s.license = 'MIT'
s.summary = 'A functional toolbelt for Objective-C'
s.homepage = 'https://github.com/robb/Underscore.m'
s.author = { 'Robert Böhnke' => 'robb@robb.is' }

s.source = { :git => 'https://github.com/robb/Underscore.m.git', :tag => '0.2.0' }

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

s.source_files = 'Underscore/**/*.{h,m}'

s.requires_arc = true
end

0 comments on commit 6687471

Please sign in to comment.