blob: 065f1beff5d3c1d5821d7eaa563932752a3cf66e [file] [log] [blame]
{
"name": "YYCategoryKit",
"version": "0.0.8",
"summary": "自己积累的分类方法",
"description": "自己积累的分类方法,便于快速开发",
"homepage": "https://github.com/yuanyuan100/YYCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanyuan100": "469092943@qq.com"
},
"source": {
"git": "https://github.com/yuanyuan100/YYCategory.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "YYCategoryKit/Classes/**/*.h",
"source_files": "YYCategoryKit/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}