blob: 24bd1aeadcf717e1d13ab2d16e426cb9f71abecb [file] [log] [blame]
{
"name": "CoreSupportLib",
"version": "1.4.3",
"summary": "A short description of CoreSupportLib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sunzhenglin/CoreSupportLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"acct<blob>=0xE7A9BAE781B5E699BAE883BD": "393992811@qq.com"
},
"source": {
"git": "https://github.com/sunzhenglin/CoreSupportLib.git",
"tag": "1.4.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "CoreSupportLib/Classes/CoreSupport.h",
"source_files": "CoreSupportLib/Classes/CoreSupport.h",
"subspecs": [
{
"name": "CoreBundle",
"public_header_files": "CoreSupportLib/Classes/CoreBundle/**/*.h",
"source_files": "CoreSupportLib/Classes/CoreBundle/**/*.{h,m}"
},
{
"name": "CoreCategory",
"public_header_files": "CoreSupportLib/Classes/CoreCategory/**/*.h",
"source_files": "CoreSupportLib/Classes/CoreCategory/**/*.{h,m}"
},
{
"name": "CoreMacros",
"public_header_files": "CoreSupportLib/Classes/CoreMacros/**/*.h",
"source_files": "CoreSupportLib/Classes/CoreMacros/**/*.{h,m}"
},
{
"name": "CoreRouter",
"public_header_files": "CoreSupportLib/Classes/CoreRouter/**/*.h",
"source_files": "CoreSupportLib/Classes/CoreRouter/**/*.{h,m}"
}
]
}