[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241227
[CocoaPods.git] / Specs / e / 1 / 8 / XZPageView / 1.2.9 / XZPageView.podspec.json
blob6a9054b46b543f0695511ddbf4e30e1353608c72
2   "name": "XZPageView",
3   "version": "1.2.9",
4   "summary": "XZPageView 是一款管理分页视图高效组件",
5   "description": "组件 XZPageView 的分页,支持使用自定义视图,支持自动轮播、循环轮播。",
6   "homepage": "https://github.com/Xezun/XZPageView",
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/XZPageView.git",
16     "tag": "1.2.9"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZPAGEVIEW_FRAMEWORK=1"
23   },
24   "default_subspecs": "Code",
25   "dependencies": {
26     "XZDefines/XZMacro": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Code",
33       "source_files": "XZPageView/Code/**/*.{h,m}"
34     },
35     {
36       "name": "DEBUG",
37       "dependencies": {
38         "XZPageView/Code": [
40         ]
41       },
42       "pod_target_xcconfig": {
43         "GCC_PREPROCESSOR_DEFINITIONS": "XZ_DEBUG=1"
44       }
45     }
46   ]