[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / 8 / a / CustomMapAnnotation / 0.0.3 / CustomMapAnnotation.podspec.json
blobc9265ba5597309745ad5a30d196bd38c362f01ab
2   "name": "CustomMapAnnotation",
3   "version": "0.0.3",
4   "summary": "Easily creates customized annotation views and callout views.",
5   "description": "A tool that helps create customized map annotations, annotation animation, and actionsheet-styled callout views.",
6   "homepage": "https://github.com/twho/CustomMapAnnotation-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/CustomMapAnnotation-iOS.git",
19     "tag": "0.0.3"
20   },
21   "source_files": [
22     "CustomMapAnnotation",
23     "CustomMapAnnotation/**/*.{swift,h,m}"
24   ],
25   "exclude_files": [
26     "CustomMapAnnotation/CustomMapAnnotationDemo/**",
27     "CustomMapAnnotation/CustomMapAnnotationTests/**"
28   ],
29   "resource_bundles": {
30     "mlres": [
31       "CustomMapAnnotation/CustomMapAnnotation/Resources/**"
32     ]
33   },
34   "swift_version": "4.1"