blob: e6dbfbf28839c9119f4ed844e354534feda4516e [file] [log] [blame]
{
"name": "ArcGIS-Runtime-SDK-macOS",
"platforms": {
"osx": "10.12"
},
"version": "100.3",
"summary": "ArcGIS Runtime SDK for macOS allows you to add 2D/3D mapping capabilities and spatial analysis from Esri's ArcGIS platform to your mac apps.",
"homepage": "https://developers.arcgis.com/en/macos",
"authors": {
"Esri": "iOSDevelopmentTeam@esri.com"
},
"source": {
"http": "https://esri.box.com/shared/static/0y0r0ym3zpeq2xsap5x3x59p0jyzorjo.zip"
},
"vendored_frameworks": "ArcGIS.framework",
"public_header_files": "ArcGIS.framework/Versions/Current/Headers/*.h",
"source_files": "ArcGIS.framework/Versions/Current/Headers/*.h",
"preserve_paths": "*",
"resources": "ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle",
"license": {
"type": "Commercial"
},
"libraries": [
"c++"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"CLANG_ENABLE_OBJC_ARC": "YES",
"CLANG_ENABLE_MODULES": "YES"
},
"requires_arc": true,
"description": "With ArcGIS you can : Create thematic interactive 2D maps & 3D scenes that allow your users to explore and understand their geographic data.\n \t\t\t\t\t\t\t\tSearch for places and addresses and display them on your map.\n \t\t\t\t\t\t\t\tGenerate directions, optimal routes and calculate drive time areas.\n \t\t\t\t\t\t\t\tChoose from a collection of ready-to-use basemaps, demographic maps, and imagery and make interactive maps with your data.\n \t\t\t\t\t\t\t\tEnrich your existing data with demographic variables for a given study area.\n \t\t\t\t\t\t\t\tAnalyze your data spatially to detect patterns, assess trends, and make decisions.\n \t\t\t\t\t\t\t\tAccess ArcGIS Online image services (basemap, multispectral, event and temporal) to visualize and analyze change.\n \t\t\t\t\t\t\t\tCreate custom REST endpoints to store and visualize your content.\n \t\t\t\t\t\t\t\tTake your maps and data offline to view, edit, search and find routes. And much more..."
}