blob: a22344236e79053ca08e3ff0000612bf81176e12 [file] [log] [blame]
{
"name": "TPDelegateMatrioska",
"version": "0.0.3",
"summary": "Multicast delegation using NSProxy and thread safe.",
"description": "This class is a subclass of NSProxy subclass that allows you to have multiple delegate helper objects (instead of the usual 1 to 1 relationship between the delegator and delegate).",
"homepage": "https://github.com/wanhmr/TPDelegateMatrioska",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tpphha": "tpphha@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wanhmr/TPDelegateMatrioska.git",
"tag": "0.0.3"
},
"source_files": [
"TPDelegateMatrioska",
"TPDelegateMatrioska/**/*.{h,m}"
],
"public_header_files": "TPDelegateMatrioska/**/*.h",
"requires_arc": true
}