blob: 46724557de9b6eab1eac9263d3a7d2cf9acacae9 [file] [log] [blame]
{
"name": "DWCategory",
"version": "0.2.0",
"summary": "一个简单的分类用于测试 Cocoapods 1.0 +",
"description": "- 测试 pod\n- Cocoapods 1.0\n- description 需要比 summary 长",
"homepage": "https://github.com/Damonvvong",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Damonwong": "coderonevv@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Damonvvong/DWCategory.git",
"tag": "0.2.0"
},
"source_files": [
"DWCategory",
"DWCategory/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"module_name": "DWCategory"
}