[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 7 / MapLoader / 0.0.9 / MapLoader.podspec.json
bloba957b569645f5fe64d718b22e9f234bf673dc66c
2   "name": "MapLoader",
3   "version": "0.0.9",
4   "summary": "Easily loads iOS and Google maps, customized annotations and clusters.",
5   "description": "A tool that helps load maps quickly as well as creating customized annotations and clusters on maps.",
6   "homepage": "https://github.com/twho/MapLoader-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Ho": "tsungwei50521@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/twho/MapLoader-iOS.git",
19     "tag": "0.0.9"
20   },
21   "source_files": [
22     "MapLoader",
23     "MapLoader/**/*.{swift,h,m}"
24   ],
25   "exclude_files": [
26     "MapLoader/MapLoaderDemo/**",
27     "MapLoaderDemo/**",
28     "MapLoader/MapLoaderTests/**"
29   ],
30   "static_framework": true,
31   "swift_version": "4.1",
32   "dependencies": {
33     "CustomMapAnnotation": [
35     ],
36     "GoogleMaps": [
38     ]
39   }