[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 2 / 7 / d / XZPageControl / 1.2.1 / XZPageControl.podspec.json
blob2107978abf545436739167481f6752234d0d64b1
2   "name": "XZPageControl",
3   "version": "1.2.1",
4   "summary": "一款支持自由定制外观的、类似于 UIPageControl 的视图控件。",
5   "description": "相比于原生控件 UIPageControl 而言, XZPageControl 提供了更方便的指示器样式设置方式,\n比如可以直接设置指示器的颜色、形状,或者将图片作为指示器,或者将自定义控件作为指示器,\n并且每一个指示器还支持单独设置样式。",
6   "homepage": "https://github.com/Xezun/XZPageControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "developer@xezun.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/XZPageControl.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "subspecs": [
25     {
26       "name": "Code",
27       "dependencies": {
28         "XZShapeView": [
30         ]
31       },
32       "source_files": "XZPageControl/Code/**/*.{h,m}",
33       "project_header_files": "XZPageControl/Code/**/Private/*.h"
34     }
35   ]