Skip to content

Commit

Permalink
Add HHDistanceFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Jul 13, 2012
1 parent 9812fe6 commit 04fb6bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions HHDistanceFormatter/1.0.0/HHDistanceFormatter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# Be sure to run `pod spec lint HHDistanceFormatter.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec.
#
Pod::Spec.new do |s|
s.name = 'HHDistanceFormatter'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Objective-C library to format distances.'
s.homepage = 'https://github.com/HHDistanceFormatter'
s.author = { 'Henrik Hodne' => 'me@henrikhodne.com' }
s.source = { :git => 'http://github.com/HHDistanceFormatter.git', :tag => 'v0.0.1' }
s.source_files = 'HHDistanceFormatter'
s.clean_paths = ['*.xcodeproj', 'HHDistanceFormatterTests']
s.requires_arc = true
end

0 comments on commit 04fb6bb

Please sign in to comment.