blob: a09c75950f57a5f2f07f8ce661eead260fca936e [file] [log] [blame]
{
"name": "PSCategory",
"version": "0.0.5",
"summary": "项目中自用的类目",
"description": "项目中常用的类目",
"homepage": "https://github.com/smallSmallWhite/PSCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"smallSmallWhite": "mapeng@xinshiwi.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/smallSmallWhite/PSCategory.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"PSCategory/PSCategory/PSCategoryDemo/PSCategory/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"PSCategory/PSCategory/PSCategoryDemo/PSCategory/PSPrefixHeader.h",
"PSCategory/PSCategory/PSCategoryDemo/PSCategory/**/*.h"
]
}