blob: d738667c74e6e4f47c40c95e9ec021232f84aff0 [file] [log] [blame]
{
"name": "WCategory",
"version": "1.0.8",
"summary": "WCategory is Multifunctional Extension",
"description": "modify to obtain version",
"homepage": "https://gitee.com/revelation/WCategory",
"license": "MIT",
"authors": {
"╰莪呮想好好宠Nǐつ ": "1091676312@qq.com"
},
"source": {
"git": "https://gitee.com/revelation/WCategory",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"vendored_libraries": "WCategory/**/*.{a}",
"requires_arc": true,
"subspecs": [
{
"name": "Foundation",
"public_header_files": "WCategory/Header/Foundation/**/*.{h}",
"source_files": "WCategory/Header/Foundation/**/*.{h}"
},
{
"name": "UIKit",
"public_header_files": "WCategory/Header/UIKit/**/*.{h}",
"source_files": "WCategory/Header/UIKit/**/*.{h}"
},
{
"name": "Macro",
"public_header_files": "WCategory/Header/Macro/**/*.{h}",
"source_files": "WCategory/Header/Macro/**/*.{h}"
}
]
}