From aa77691cdb891dabb3216634c7b0a8cd78357ded Mon Sep 17 00:00:00 2001 From: Henrik Hodne Date: Sat, 14 Jul 2012 00:39:16 +0200 Subject: [PATCH] Update podspec to new format --- .../0.0.1/HHDistanceFormatter.podspec | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/HHDistanceFormatter/0.0.1/HHDistanceFormatter.podspec b/HHDistanceFormatter/0.0.1/HHDistanceFormatter.podspec index ecaec34f3ea8b2..58f67b0d48bae9 100644 --- a/HHDistanceFormatter/0.0.1/HHDistanceFormatter.podspec +++ b/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