[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 8 / a / CustomMapAnnotation / 0.0.5 / CustomMapAnnotation.podspec.json
blobae79f81aa7bb4152bbe3db48e268613db3fb61df
2   "name": "CustomMapAnnotation",
3   "version": "0.0.5",
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.5"
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     "CustomMapAnnotation-Resources.bundle": [
31       "CustomMapAnnotation/CustomMapAnnotation/Resources/**"
32     ],
33     "CustomMapAnnotation-ViewNibs.bundle": [
34       "CustomMapAnnotation/CustomMapAnnotation/ViewNibs/**"
35     ]
36   },
37   "swift_version": "4.1"