blob: f52a75cebf94aa137d028f0207038861424f65a7 [file] [log] [blame]
{
"name": "HHServiceSDK",
"version": "0.0.5",
"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.5"
},
"source_files": "HHServiceSDK/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "sysAlert",
"source_files": "HHServiceSDK/sysAlert/*.{h,m}",
"public_header_files": "HHServiceSDK/sysAlert/*.h"
}
]
}