blob: f8c9894331d3c8eea4fcaceeeb1fb26731d2cb9b [file] [log] [blame]
{
"name": "YYCommonCategories",
"version": "0.0.3",
"summary": "常用的一些扩展类",
"description": "方便新建项目的时候添加使用",
"homepage": "https://github.com/y500/categories",
"license": {
"type": "MIT",
"text": " do whatever you want\n"
},
"authors": {
"y500": "y500"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/y500/categories.git",
"tag": "0.0.3"
},
"source_files": "Category/*.{h,m,a,c}",
"frameworks": [
"UIKit",
"Foundation"
]
}