blob: a50047dd06ce72c75802fd563483737426de2ed8 [file] [log] [blame]
{
"name": "WDCategory",
"version": "0.0.1",
"summary": "Objective-C常用分类",
"description": "Objective-C常用分类",
"homepage": "https://github.com/xlz520/WDCategory.git",
"license": "MIT",
"authors": {
"xlz520": "xlz521w@163.com"
},
"source": {
"git": "https://github.com/xlz520/WDCategory.git",
"tag": "0.0.1"
},
"source_files": [
"File",
"File/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "7.0"
}
}