[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 5 / 9 / XZSegmentedControl / 2.1.1 / XZSegmentedControl.podspec.json
blob43c3145e549466a1075fd1ec60d0d60c400173e6
2   "name": "XZSegmentedControl",
3   "version": "2.1.1",
4   "summary": "A customizable segmented control for iOS",
5   "description": "XZSegmentedControl is a powerfull customizable replacement of UISegmentedControl。",
6   "homepage": "https://github.com/Xezun/XZSegmentedControl",
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/XZSegmentedControl.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "default_subspecs": "Code",
25   "subspecs": [
26     {
27       "name": "Code",
28       "source_files": "XZSegmentedControl/Code/**/*.{h,m}",
29       "project_header_files": "XZSegmentedControl/Code/**/Private/*.h"
30     },
31     {
32       "name": "DEBUG",
33       "dependencies": {
34         "XZSegmentedControl/Code": [
36         ]
37       },
38       "pod_target_xcconfig": {
39         "GCC_PREPROCESSOR_DEFINITIONS": "XZ_DEBUG=1"
40       }
41     }
42   ]