[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 9 / d / CLLocation-FESCoordinates / 1.0.0 / CLLocation-FESCoordinates.podspec.json
blobfc21ff1b833c0774dbec95a488eded4a96f3188a
2   "name": "CLLocation-FESCoordinates",
3   "version": "1.0.0",
4   "summary": "A CLLocation category to handle alternate coordinate formats with CLLocation.",
5   "description": "                    A CLLocation category to handle various representations of map coordinates.\n\n                    With this category, you can:\n\n                    * Convert from degrees, minutes, and seconds values to decimal degrees and back again.\n                    * Convert from decimal degrees to MinDec values of degrees and minutes and back again.\n                    * Initialize a CLLocation object from degrees, minutes, and seconds or MinDec values.\n",
6   "homepage": "https://github.com/FriskyElectrocat/CLLocation-FESCoordinates",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dan Weeks": "dan@danimal.org",
13     "Johnnie Pittman": "jpittman@group6.net"
14   },
15   "source": {
16     "git": "https://github.com/FriskyElectrocat/CLLocation-FESCoordinates.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "source_files": "CLLocation+FESCoordinates.{h,m}",
23   "frameworks": "CoreLocation",
24   "requires_arc": true