[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / a / 0 / MapView / 0.1.1 / MapView.podspec.json
blobadcb2c7d7b539ae00d771ecdb5875316128c2805
2   "name": "MapView",
3   "version": "0.1.1",
4   "summary": "A sleek wrapper for GoogleMaps and CoreLocation.",
5   "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.",
6   "homepage": "https://github.com/AndrewBoryk/MapView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AndrewBoryk": "andrewcboryk@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/AndrewBoryk/MapView.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/trepislife",
19   "platforms": {
20     "ios": "9.3"
21   },
22   "source_files": "MapView/Classes/**/*",
23   "swift_version": "4.0",
24   "static_framework": true,
25   "frameworks": [
26     "CoreLocation",
27     "GoogleMaps"
28   ],
29   "dependencies": {
30     "GoogleMaps": [
32     ]
33   }