blob: 6e40c4a8b20bdc02ce31a38ce65e65c7e8001dab [file] [log] [blame]
{
"name": "shapelib",
"version": "1.3",
"summary": "The Shapefile C Library manipulates ESRI Shapefiles.",
"description": "If you don't know, you probably don't need this library. The Shapefile format is a working and interchange format promulagated by ESRI for simple vector data with attributes.\nAn excellent white paper on the shapefile format is available from ESRI, but it is .pdf format, so you will need Adobe Acrobat to browse it.\n\nThe file format actually consists of three files.\n\nXXX.shp - holds the actual vertices.\nXXX.shx - hold index data pointing to the structures in the .shp file.\nXXX.dbf - holds the attributes in xBase (dBase) format. \n",
"homepage": "http://shapelib.maptools.org",
"license": {
"type": "MIT",
"text": "Copyright (c) 1999, Frank Warmerdam\nThis software is available under the following \"MIT Style\" license, or at the option of the licensee under the LGPL (see LICENSE.LGPL). This option is discussed in more detail in shapelib.html.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
},
"authors": {
"Frank Warmerdam": "warmerdam@pobox.com"
},
"source": {
"http": "http://download.osgeo.org/shapelib/shapelib-1.3.0.tar.gz"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "*.{c,h}",
"requires_arc": false
}