blob: a2bb0c927e5c894f639460e40cacaa40be0781f6 [file] [log] [blame]
{
"name": "HSFKit",
"version": "1.2.9",
"platforms": {
"ios": "8.0"
},
"summary": "这是一个帮助你迅速搭建项目框架的库",
"homepage": "https://github.com/HSFAqi/HSFKit",
"social_media_url": "https://www.baidu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hsf": "huangsf_ios@sina.com"
},
"source": {
"git": "https://github.com/HSFAqi/HSFKit.git",
"tag": "1.2.9"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "HSFConfig",
"source_files": "HSFKit/HSFConfig/*.{h,m}",
"public_header_files": "HSFKit/HSFConfig/*.h"
},
{
"name": "HSFBase",
"source_files": "HSFKit/HSFBase/*.{h,m}",
"public_header_files": "HSFKit/HSFBase/*.h",
"dependencies": {
"XHToast": [
],
"SVProgressHUD": [
],
"HSFKit/HSFConfig": [
]
}
},
{
"name": "HSFCategory",
"source_files": "HSFKit/HSFCategory/*.{h,m}",
"public_header_files": "HSFKit/HSFCategory/*.h"
}
]
}