blob: ecbffdfe49c1698821d04f06f017c8128d4d42f0 [file] [log] [blame]
{
"name": "HHServiceSDK",
"version": "0.0.2",
"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.2"
},
"source_files": "HHServiceSDK/**/*.{h,m}",
"requires_arc": true,
"subspecs": [
{
"name": "QrAndScan",
"source_files": "HHServiceSDK/*/{ScanQR,QRView,QRTool,HHAlert}.{h,m}",
"public_header_files": "HHServiceSDK/*/*.h"
}
]
}