blob: f97360ec2cd0ccec38d2035316c7fc7bc19efdcb [file] [log] [blame]
{
"name": "HHServiceSDK",
"version": "0.0.9",
"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.9"
},
"requires_arc": true,
"source_files": "HHServiceSDK/*.{h,m}",
"subspecs": [
{
"name": "sysAlert",
"source_files": "HHServiceSDK/sysAlert/*.{h,m}",
"public_header_files": "HHServiceSDK/sysAlert/*.h"
},
{
"name": "localValid",
"source_files": "HHServiceSDK/localValid/*.{h,m}",
"public_header_files": "HHServiceSDK/localValid/*.h"
},
{
"name": "scan",
"source_files": "HHServiceSDK/scan/*.{h,m}",
"public_header_files": "HHServiceSDK/scan/*.h",
"dependencies": {
"HHServiceSDK/sysAlert": [
]
}
}
]
}