Skip to content

Commit

Permalink
Update podspec to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhodne committed Jul 13, 2012
1 parent f3f6750 commit aa77691
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions HHDistanceFormatter/0.0.1/HHDistanceFormatter.podspec
@@ -1,18 +1,13 @@
#
# 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.name = 'HHDistanceFormatter'
s.version = '0.0.1'
s.summary = 'Objective-C library to format distances.'
s.homepage = 'https://github.com/henrikhodne/HHDistanceFormatter'
s.license = 'MIT'
s.author = { 'Henrik Hodne' => 'me@henrikhodne.com' }
s.source = { :git => 'https://github.com/henrikhodne/HHDistanceFormatter.git', :tag => 'v0.0.1' }
s.ios.deployment_target = '2.0'
s.osx.deployment_target = '10.6'
s.source_files = 'HHDistanceFormatter'
s.clean_paths = ['*.xcodeproj', 'HHDistanceFormatterTests']
s.requires_arc = true
end

0 comments on commit aa77691

Please sign in to comment.