blob: 83ac1ed5c6c67e554e1c82d90837277f4ffbff62 [file] [log] [blame]
{
"name": "HWExtension",
"version": "1.0.5",
"summary": "some convenient extension and tools.",
"homepage": "https://github.com/wanghouwen/HWExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanghouwen": "wanghouwen123@126.com"
},
"source": {
"git": "https://github.com/wanghouwen/HWExtension.git",
"tag": "1.0.5"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Category",
"public_header_files": "HWExtension/Category/*.h",
"source_files": "HWExtension/Category/*.{h,m,js}",
"resource_bundles": {
"HWExtension": [
"HWExtension/Category/JSBundle.bundle"
]
}
},
{
"name": "UI",
"public_header_files": "HWExtension/UI/*.h",
"source_files": "HWExtension/UI/*.{h,m}",
"dependencies": {
"HWExtension/Category": [
]
},
"subspecs": [
{
"name": "ModalTransition",
"public_header_files": "HWExtension/UI/ModalTransition/*.h",
"source_files": "HWExtension/UI/ModalTransition/*.{h,m}"
},
{
"name": "UITableView+ViewModel",
"public_header_files": "HWExtension/UI/UITableView+ViewModel/*.h",
"source_files": "HWExtension/UI/UITableView+ViewModel/*.{h,m}"
},
{
"name": "Graphic",
"public_header_files": "HWExtension/UI/Graphic/*.h",
"source_files": "HWExtension/UI/Graphic/*.{h,m}",
"dependencies": {
"CorePlot": [
"~>2.2"
]
}
},
{
"name": "Router",
"public_header_files": "HWExtension/UI/Router/*.h",
"source_files": "HWExtension/UI/Router/*.{h,m}",
"dependencies": {
"JLRoutes": [
"~> 2.1"
]
}
}
]
}
]
}