blob: ca06283d70b8bb21d8f91fdd8f9a8c4868fffe0e [file] [log] [blame]
{
"name": "HJCommonTools",
"version": "0.0.6",
"summary": "A short description of HJCommonTools.",
"description": "some common tools",
"homepage": "https://github.com/eassy/CommonTool",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"houwenjie": "houwenjie11@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/eassy/CommonTool.git",
"tag": "0.0.6"
},
"source_files": "CommonTools/CommonTools/HJCommonTools/HJCommonTools.h",
"subspecs": [
{
"name": "Base",
"source_files": "CommonTools/CommonTools/HJCommonTools/Base/*"
},
{
"name": "AlertManager",
"source_files": "CommonTools/CommonTools/HJCommonTools/AlertManager/**/*",
"dependencies": {
"HJCommonTools/Base": [
]
}
}
]
}