4 "summary": "An NSProxy for converting strong references into weak ones.",
5 "description": "TPWeakProxy holds a weak reference to the object it proxies for.\n\nThe primary use case is to break reference cycles.\n",
6 "homepage": "https://github.com/tetherpad/TPWeakProxy",
9 "Mark Ferlatte": "mark@tetherpad.com",
10 "Jen Leech": "jen@tetherpad.com"
13 "git": "https://github.com/tetherpad/TPWeakProxy.git",
16 "source_files": "TPWeakProxy.{h,m}",
23 "deprecated_in_favor_of": "TPDWeakProxy"