blob: 78e7746dbebf7d555845f407f2495530ffefda07 [file] [log] [blame]
{
"name": "CustomMapAnnotation",
"version": "0.0.6",
"summary": "Easily creates customized annotation views and callout views.",
"description": "A tool that helps create customized map annotations, annotation animation, and actionsheet-styled callout views.",
"homepage": "https://github.com/twho/CustomMapAnnotation-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Ho": "tsungwei50521@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/twho/CustomMapAnnotation-iOS.git",
"tag": "0.0.6"
},
"source_files": [
"CustomMapAnnotation",
"CustomMapAnnotation/**/*.{swift,h,m}"
],
"exclude_files": [
"CustomMapAnnotation/CustomMapAnnotationDemo/**",
"CustomMapAnnotation/CustomMapAnnotationTests/**"
],
"resource_bundles": {
"CustomMapAnnotation-Resources": [
"CustomMapAnnotation/CustomMapAnnotation/Resources/**"
],
"CustomMapAnnotation-ViewNibs": [
"CustomMapAnnotation/CustomMapAnnotation/ViewNibs/**"
]
},
"swift_version": "4.1"
}