blob: 48ba29a1a9f00610f5f26aa06cc53f8624d91433 [file] [log] [blame]
{
"name": "PDMCategoryExt",
"version": "0.1.1",
"summary": "嘉明出品,版权归嘉明所有",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://git.huasheng100.com/HSSpecs/MCategoryExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"598589220@qq.com": "13928875404@139.com"
},
"source": {
"git": "http://git.huasheng100.com/HSSpecs/MCategoryExt.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PDMCategoryExt/Classes/*.{h,m}",
"subspecs": [
{
"name": "CommonlyUsedConvenientMethod",
"subspecs": [
{
"name": "CommonlyUsed",
"source_files": "PDMCategoryExt/Classes/CommonlyUsedConvenientMethod/CommonlyUsed/*.{h,m}"
},
{
"name": "Extend",
"source_files": "PDMCategoryExt/Classes/CommonlyUsedConvenientMethod/Extend/*.{h,m}"
}
]
},
{
"name": "ImageDownload",
"source_files": "PDMCategoryExt/Classes/ImageDownload/*.{h,m}"
},
{
"name": "InLineFunction",
"source_files": "PDMCategoryExt/Classes/InLineFunction/*.{h,m}"
},
{
"name": "Runtime",
"source_files": "PDMCategoryExt/Classes/Runtime/*.{h,m}"
},
{
"name": "UncommonlyUsed",
"source_files": "PDMCategoryExt/Classes/UncommonlyUsed/*.{h,m}"
}
]
}