blob: aa5ed6655a2d94ba0c27408137e1a59b3a402a89 [file] [log] [blame]
{
"name": "EPSDistanceFormatter",
"version": "1.0.0",
"summary": "A class to format CLLocationDistance instances into human readable text.",
"homepage": "https://github.com/ElectricPeelSoftware/EPSDistanceFormatter",
"license": "MIT",
"authors": {
"Electric Peel, LLC": "info@electricpeelsoftware.com"
},
"source": {
"git": "https://github.com/ElectricPeelSoftware/EPSDistanceFormatter.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": [
"EPSDistanceFormatter.{h,m}",
"Project/EPSDistanceFormatter/InspectableDistanceFormatter.{h,m}"
],
"requires_arc": true
}