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.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', :commit => '1714fce04269e0625637372e186884a5bae7a7b1' } s.description = 'Underscore.m is an Objective-C library inspired by underscore.js.' s.source_files = 'Underscore/**/*.{h,m}' s.requires_arc = true end