blob: 3fa66b6996522853df7688fd3054bbb9f9dba03f [file] [log] [blame]
{
"name": "GCDWrap",
"version": "0.1.1",
"summary": "GCDWrap With Objective-C",
"description": "A wrapper of Grand Central Dispatch written in Objective-C",
"homepage": "https://github.com/silence0201/GCDWrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Silence": "374619540@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/silence0201/GCDWrap.git",
"tag": "0.1.1"
},
"source_files": [
"GCDWrap",
"GCDWrap/**/*.{h,m}"
],
"exclude_files": "GCDWrap/Exclude",
"requires_arc": true
}