blob: 2f5edca5ecd37af0255cef2223bcacab69c1a5c0 [file] [log] [blame]
{
"name": "DZProgrameDefines",
"version": "1.0.1",
"summary": "一些优化编程效率的宏定义",
"description": " 一些提高编程效率的宏定义,比如对于property的定义(包含各种描述符的定义),初始化UIView的子类等等\n",
"homepage": "https://github.com/yishuiliunian/DZProgrameDefines",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stonedong": "yishuiliunian@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/yishuiliunian/DZProgrameDefines.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}