Created
July 17, 2013 08:09
-
-
Save jk/6018687 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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