[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 2 / 5 / HXAggregateComponent / 0.0.1 / HXAggregateComponent.podspec.json
blobd904d8b4c937f2274ca05aa02c7da2d6216daca2
2   "name": "HXAggregateComponent",
3   "version": "0.0.1",
4   "summary": "HXAggregateComponent.",
5   "description": "HXSD's aggregate component",
6   "homepage": "https://gitee.com/cainiaoLQ/HXAggregateComponent.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "": ""
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/cainiaoLQ/HXAggregateComponent.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "HXAggregateComponent.h",
22   "public_header_files": "HXAggregateComponent.h",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "HXRouter",
27       "source_files": "HXRouter/*.{h,m}",
28       "ios": {
29         "frameworks": "UIKit"
30       },
31       "dependencies": {
32         "MGJRouter": [
34         ]
35       }
36     },
37     {
38       "name": "HXLocationManager",
39       "source_files": "HXLocationManager/*.{h,m}",
40       "ios": {
41         "frameworks": "CoreLocation"
42       }
43     }
44   ]