blob: e7b98df682bcdf7f9a5bef46681d031cd5c3e324 [file] [log] [blame]
{
"name": "MapView",
"version": "0.1.2",
"summary": "A sleek wrapper for GoogleMaps and CoreLocation.",
"description": "This pod was build as a wrapper for GoogleMaps and CoreLocation specifically to drawing markers, loading and drawing polylines, and displaying the user's current location smoother and quicker.",
"homepage": "https://github.com/AndrewBoryk/MapView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AndrewBoryk": "andrewcboryk@gmail.com"
},
"source": {
"git": "https://github.com/AndrewBoryk/MapView.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/trepislife",
"platforms": {
"ios": "9.3"
},
"source_files": "MapView/Classes/**/*",
"swift_version": "4.0",
"static_framework": true,
"frameworks": [
"CoreLocation",
"GoogleMaps"
],
"dependencies": {
"GoogleMaps": [
]
}
}