Latest | 0.2 |
---|---|
Homepage | https://github.com/samkaufman/DistanceGetter |
License | MIT |
Platforms | ios 10.0, requires ARC |
Frameworks | MapKit |
Authors |
[](https://travis-ci.org/Sam Kaufman/DistanceGetter)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
DistanceGetter is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "DistanceGetter"
Author
Sam Kaufman, [email protected]
License
DistanceGetter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DistanceGetter", "version": "0.2", "summary": "A simple Pod to help with a few of our Coursera assignments.", "description": "A simple module for grabbing distances between locations. Intended for usenwith various Coursera assignments by myself and Don Patterson.", "homepage": "https://github.com/samkaufman/DistanceGetter", "license": "MIT", "authors": { "Sam Kaufman": "[email protected]" }, "source": { "git": "https://github.com/samkaufman/DistanceGetter.git", "tag": "0.2" }, "social_media_url": "https://twitter.com/samkaufman", "platforms": { "ios": "10.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "public_header_files": "Pod/Classes/**/*.h", "frameworks": "MapKit" }
Sat, 20 May 2017 02:20:23 +0000