[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / 7 / MapLoader / 0.0.4 / MapLoader.podspec.json
blob53302db1baad2a7dd0e34fe8d7cac23f3b0733c1
2   "name": "MapLoader",
3   "version": "0.0.4",
4   "summary": "Easily loads 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.4"
20   },
21   "source_files": [
22     "MapLoader",
23     "MapLoader/**/*.{swift,h,m}"
24   ],
25   "exclude_files": [
26     "MapLoader/MapLoaderDemo/**",
27     "MapLoader/MapLoaderTests/**"
28   ],
29   "resource_bundles": {
30     "mlres": [
31       "MapLoader/MapLoader/CustomMapAnnotation/Resources/**"
32     ]
33   },
34   "swift_version": "4.1"