blob: d904d8b4c937f2274ca05aa02c7da2d6216daca2 [file] [log] [blame]
{
"name": "HXAggregateComponent",
"version": "0.0.1",
"summary": "HXAggregateComponent.",
"description": "HXSD's aggregate component",
"homepage": "https://gitee.com/cainiaoLQ/HXAggregateComponent.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/cainiaoLQ/HXAggregateComponent.git",
"tag": "0.0.1"
},
"source_files": "HXAggregateComponent.h",
"public_header_files": "HXAggregateComponent.h",
"requires_arc": true,
"subspecs": [
{
"name": "HXRouter",
"source_files": "HXRouter/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"MGJRouter": [
]
}
},
{
"name": "HXLocationManager",
"source_files": "HXLocationManager/*.{h,m}",
"ios": {
"frameworks": "CoreLocation"
}
}
]
}