| { |
| "name": "EEMutiDelegate", |
| "version": "0.0.1", |
| "summary": "A multicast/multidelegate class with thread-safe", |
| "description": "A multicast/multidelegate class with thread-safe\n一个线程安全的多代理/多广播的实现", |
| "homepage": "http://github.com/GrayLand119/EEMutiDelegate", |
| "license": "MIT", |
| "authors": { |
| "GrayLand119": "441726442@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/GrayLand119/EEMultiDelegate.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "EEMultiProxy/*.{h,m}", |
| "requires_arc": true |
| } |