blob: 8260ac889be7ca192252d077ab483327a7492f41 [file] [log] [blame]
{
"name": "HYFoundationCategory",
"version": "0.1.1",
"summary": "HYFoundationCategory",
"description": "iOS的Foundation框架的分类",
"homepage": "https://github.com/oceanfive/HYFoundationCategory",
"license": "MIT",
"authors": {
"oceanfive": "849638313@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/oceanfive/HYFoundationCategory.git",
"tag": "0.1.1"
},
"source_files": "HYFoundationCategory/HYFoundationCategory/Category/*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"HYTool": [
"~> 0.0.3"
]
}
}