[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 6 / 9 / 7 / PROJ-include / 9.2.1 / PROJ-include.podspec.json
blobc36574e3e7f8bc1c5396377f0056a0d41c360b98
2   "name": "PROJ-include",
3   "version": "9.2.1",
4   "summary": "PROJ coordinate transformation software library.",
5   "description": "PROJ is a generic coordinate transformation software that transforms geospatial coordinates from one coordinate reference system (CRS) to another. This includes cartographic projections as well as geodetic transformations. PROJ is released under the X/MIT open source license\n\nPROJ includes command line applications for easy conversion of coordinates from text files or directly from user input. In addition to the command line utilities PROJ also exposes an application programming interface, or API in short. The API lets developers use the functionality of PROJ in their own software without having to implement similar functionality themselves.\n\nPROJ started purely as a cartography application letting users convert geodetic coordinates into projected coordinates using a number of different cartographic projections. Over the years, as the need has become apparent, support for datum shifts has slowly worked its way into PROJ as well. Today PROJ supports more than a hundred different map projections and can transform coordinates between datums using all but the most obscure geodetic techniques.",
6   "homepage": "https://proj.org/",
7   "license": {
8     "type": "MIT",
9     "file": "COPYING"
10   },
11   "authors": [
12     "PROJ contributors",
13     "Open Source Geospatial Foundation"
14   ],
15   "source": {
16     "git": "https://github.com/OSGeo/PROJ.git",
17     "tag": "9.2.1"
18   },
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "watchos": "4.0",
23     "tvos": "11.0"
24   },
25   "source_files": "include/**/*.hpp"