blob: 26d54195bb1c55db3de0a434f298539d062a2bea [file] [log] [blame]
{
"name": "WCCategory",
"version": "0.1.0",
"summary": "WCCategory",
"description": "常见宏、常用基础类扩展方法",
"homepage": "https://github.com/394771176/WCCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"394771176": "394771176@qq.com"
},
"source": {
"git": "https://github.com/394771176/WCCategory.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"WCCategory/*.h",
"WCCategory/**/*.h",
"WCCategory/**/*.m"
],
"public_header_files": [
"WCCategory/*.h",
"WCCategory/**/*.h"
],
"frameworks": [
"UIKit",
"Foundation"
]
}