blob: b7793b74ac0dc4d1589ed91cf1ee9892fc7a937d [file] [log] [blame]
{
"name": "WCategory",
"version": "1.0.3",
"summary": "WCategory is Multifunctional Extension",
"description": "add button alignment",
"homepage": "https://gitee.com/revelation/WCategory",
"license": "MIT",
"authors": {
"╰莪呮想好好宠Nǐつ ": "1091676312@qq.com"
},
"source": {
"git": "https://gitee.com/revelation/WCategory",
"tag": "1.0.3"
},
"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}"
}
]
}