blob: d5186307ce961adb347365c50bc8f72c5ad8f787 [file] [log] [blame]
{
"name": "HQGCD",
"version": "1.0.2",
"summary": "HQGCD",
"description": "A tool for multithreading base on GCD",
"homepage": "https://github.com/CodingHQ/HQGCD",
"license": "MIT",
"authors": {
"CodingHQ": "it_haoqi@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CodingHQ/HQGCD.git",
"tag": "1.0.2"
},
"source_files": [
"HQGCD",
"HQGCD/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"frameworks": "Foundation"
}