[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / 5 / UTMConversion / 1.0.0 / UTMConversion.podspec.json
blob58a59bfb021e7705369e13dc56a06da7114f8318
2   "name": "UTMConversion",
3   "version": "1.0.0",
4   "summary": "Convert between latitude/longitude and the UTM coordinate system.",
5   "description": "Convert between latitude/longitude and the UTM (Universal Transverse Mercator) coordinate systems. \nThe conversion happens between a custom struct UTMCoordinate and CoreLocation's CLLocationCoordinate2D and CLLocation.",
6   "homepage": "https://github.com/mikkokut/UTMConversion",
7   "license": "MIT",
8   "authors": {
9     "Mikko Kutilainen": "mikko93@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/mikkokut",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/mikkokut/UTMConversion.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "UTMConversion/**/*.{swift}",
20   "pushed_with_swift_version": "3.0"