blob: 6f9ef5575e2107db57d9cad1e2640d4011bea3f1 [file] [log] [blame]
{
"name": "HSFKit",
"version": "1.2.6",
"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.6"
},
"requires_arc": true,
"source_files": [
"HSFKit/HSFBase/*.{h,m}",
"HSFKit/HSFConfig/*.{h,m}",
"HSFKit/HSFCategory/*.{h,m}"
],
"public_header_files": [
"HSFKit/HSFBase/*.h",
"HSFKit/HSFConfig/*.h",
"HSFKit/HSFCategory/*.h"
],
"dependencies": {
"XHToast": [
],
"SVProgressHUD": [
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}