blob: e0290f3de6211c18f74c2dfe9988be3457b3a025 [file] [log] [blame]
{
"name": "HSFKit",
"version": "1.3.0",
"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.3.0"
},
"requires_arc": true,
"source_files": "HSFKit/HSFKitHeader.h",
"public_header_files": "HSFKit/HSFKitHeader.h",
"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"
}
]
}