[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / d / 9 / 7 / MapLoader / 0.0.5 / MapLoader.podspec.json
blob26696121b1f6c95d58e325a6c552c6c4b110963d
2   "name": "MapLoader",
3   "version": "0.0.5",
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.5"
20   },
21   "source_files": [
22     "MapLoader",
23     "MapLoader/**/*.{swift,h,m}"
24   ],
25   "exclude_files": [
26     "MapLoader/MapLoaderDemo/**",
27     "MapLoader/MapLoaderTests/**"
28   ],
29   "swift_version": "4.1",
30   "dependencies": {
31     "CustomMapAnnotation": [
32       "~> 0.0.2"
33     ]
34   }