blob: 778442dd59e5960f7f9f8919fc2e0983790b1371 [file] [log] [blame]
{
"name": "OCMultiDelegate",
"version": "0.0.1",
"summary": "OC多代理",
"description": "TODO: OC的多代理功能,代码量少,已做好多线程访问的安全措施",
"homepage": "https://github.com/lanyannoren/OCMultiDelegate",
"license": "MIT",
"authors": {
"lanyannoren": "dongyajing@yeejay.com"
},
"source": {
"git": "https://github.com/lanyannoren/OCMultiDelegate.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MultiDelegate/*.{h,m}",
"exclude_files": "Classes/Exclude"
}