blob: eac00627524789c22776ecfea09edce24cf7acf7 [file] [log] [blame]
{
"name": "HBSwiftKit",
"version": "0.0.8",
"summary": "Swift个人常用组件.",
"description": "仅仅一些个人常用组件.学习工作使用.",
"homepage": "https://github.com/hubin97/HBSwiftKitExample",
"swift_versions": [
"5.0"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hubin_Huang": "970216474@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/hubin97/HBSwiftKitExample.git",
"tag": "0.0.8"
},
"requires_arc": true,
"dependencies": {
"Kingfisher": [
]
},
"subspecs": [
{
"name": "Global",
"source_files": "**/HBSwiftKit/Global/**/*.{h,m,swift}"
},
{
"name": "Foundation",
"source_files": "**/HBSwiftKit/Foundation/**/*.{h,m,swift}"
},
{
"name": "BaseClass",
"source_files": "**/HBSwiftKit/BaseClass/**/*.{h,m,swift}"
},
{
"name": "UIKit",
"source_files": "**/HBSwiftKit/UIKit/**/*.{h,m,swift}",
"dependencies": {
"HBSwiftKit/Global": [
],
"HBSwiftKit/Foundation": [
]
}
},
{
"name": "Network",
"source_files": "**/HBSwiftKit/Network/**/*.{h,m,swift}",
"dependencies": {
"HBSwiftKit/Global": [
],
"HBSwiftKit/Foundation": [
],
"HBSwiftKit/UIKit": [
]
}
}
],
"swift_version": "5.0"
}