[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / f / HXComponentModule / 0.4.0 / HXComponentModule.podspec.json
blob6fb1da20e2b87581ce2327879f51d450c419e4a5
2   "name": "HXComponentModule",
3   "version": "0.4.0",
4   "summary": "组件化开发案例",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/Jney_Down/HXComponentModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zengweizhen": "450083576@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/Jney_Down/HXComponentModule.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "HXTool",
24       "source_files": "HXComponentModule/Classes/HXTool/*",
25       "public_header_files": "HXComponentModule/Classes/HXTool/*.h"
26     },
27     {
28       "name": "HXObject",
29       "source_files": "HXComponentModule/Classes/HXObject/*",
30       "public_header_files": "HXComponentModule/Classes/HXObject/*.h"
31     }
32   ]