Skip to content

Instantly share code, notes, and snippets.

@jk
Created July 17, 2013 08:09
Show Gist options
  • Select an option

  • Save jk/6018687 to your computer and use it in GitHub Desktop.

Select an option

Save jk/6018687 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "EPSDistanceFormatter"
s.version = "0.0.1"
s.summary = "A class to format CLLocationDistance instances into human readable text."
s.homepage = "https://github.com/ElectricPeelSoftware/EPSDistanceFormatter"
s.license = 'All rights reserved'
s.author = { "Electric Peel, LLC" => "[email protected]" }
s.source = { :git => "https://github.com/ElectricPeelSoftware/EPSDistanceFormatter.git", :commit => "f1eeb2a0c08c0e7173fa536dfe1e73618796790b" }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'EPSDistanceFormatter.{h,m}', 'Project/EPSDistanceFormatter/InspectableDistanceFormatter.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment