[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / d / 9 / 7 / MapLoader / 0.1.0 / MapLoader.podspec.json
blob7ac498402a126995e632af55baa86fcb66a27bbb
2   "name": "MapLoader",
3   "version": "0.1.0",
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.1.0"
20   },
21   "source_files": [
22     "MapLoader",
23     "MapLoader/**/*.{swift,h,m}"
24   ],
25   "exclude_files": [
26     "MapLoader/MapLoaderDemo/**",
27     "MapLoaderDemo/**",
28     "MapLoader/MapLoaderTests/**",
29     "Images/**"
30   ],
31   "static_framework": true,
32   "swift_version": "4.1",
33   "dependencies": {
34     "CustomMapAnnotation": [
36     ],
37     "GoogleMaps": [
39     ]
40   }