blob: 7c7c9b2a292835f8468b7c69aab23a04b2328138 [file] [log] [blame]
{
"name": "YxmGCD",
"version": "1.0.0",
"summary": "Objective-C中GCD的封装",
"description": "An optional longer description of pod-library\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/YouXianMing/YxmGCD",
"license": "MIT",
"authors": {
"YouXianMing": "YouXianMing1987@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/YouXianMing/YxmGCD.git",
"tag": "1.0.0"
},
"source_files": "YxmGCD/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}