[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 5 / 9 / XZSegmentedControl / 1.0.1 / XZSegmentedControl.podspec.json
blob6634040e62b3abc6be3a92632ba6625596a892df
2   "name": "XZSegmentedControl",
3   "version": "1.0.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": "1.0.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   ]