blob: 3180f4a412e9f8cfa5e9fe324e9778242798dc42 [file] [log] [blame]
{
"name": "EEMultiDelegate",
"version": "0.3.0",
"summary": "A multicast-delegate class with thread-safe",
"description": "A multicast-delegate class with thread-safe\n一个线程安全的`多播-代理`的实现",
"homepage": "https://github.com/ienho/EEMultiDelegate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ian": "hyhshiwool@163.com"
},
"source": {
"git": "https://github.com/ienho/EEMultiDelegate.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EEMultiDelegate/Classes/*.{h,m,c}",
"public_header_files": "EEMultiDelegate/Classes/*.h"
}