blob: a4df437452fd4c6aa8f38df22cdb7f94bbeaabe5 [file] [log] [blame]
{
"name": "Navionics",
"version": "0.1.0",
"summary": "The Navionics Mobile SDK for iOS allows you to add Navionics cartographic data to your application",
"description": "The Navionics Mobile SDK for iOS allows you to add Navionics cartographic data to your application. The SDK handles map display, including user gestures such as pan, pinch and tap. Using overlay objects such as markers, circles, polylines or polygons, you can add your own content to the map. In addition, it provides APIs to use some services based on cartographic data. You can get the details of the POIs visible on the map or search for them worldwide using the search feature.",
"homepage": "https://github.com/giantramen/Navionics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"giantramen": "Grant.Kamin@garmin.com"
},
"source": {
"http": "https://github.com/giantramen/Navionics/raw/master/NavionicsMobileSDK.zip"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"NavionicsMobileSDK",
"CoreMotion",
"CoreLocation"
],
"libraries": "c++",
"vendored_frameworks": "NavionicsMobileSDK.framework"
}