blob: 4a7f6dbd8e09dc0f81d1892fbb8eb3637516da9c [file] [log] [blame]
{
"name": "HHServiceSDK",
"version": "0.0.6",
"summary": "HHServiceSDK usual tools.",
"description": "常用的辅助工具方法,帮助减少开发时间",
"homepage": "https://github.com/hao1208hao/HHServiceSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"haohao": "424098404@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hao1208hao/HHServiceSDK.git",
"tag": "0.0.6"
},
"source_files": "HHServiceSDK/{localValid,scanAndQR}/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "sysAlert",
"source_files": "HHServiceSDK/sysAlert/*.{h,m}",
"public_header_files": "HHServiceSDK/sysAlert/*.h"
}
]
}