blob: f98b7bee9782008e2a43c7b712e62e0f8bc6651b [file] [log] [blame]
{
"name": "TPWeakProxy",
"version": "1.0.1",
"summary": "An NSProxy for converting strong references into weak ones.",
"description": "TPWeakProxy holds a weak reference to the object it proxies for.\n\nThe primary use case is to break reference cycles.\n",
"homepage": "https://github.com/tetherpad/TPWeakProxy",
"license": "MIT",
"authors": {
"Mark Ferlatte": "mark@tetherpad.com",
"Jen Leech": "jen@tetherpad.com"
},
"source": {
"git": "https://github.com/tetherpad/TPWeakProxy.git",
"tag": "1.0.1"
},
"source_files": "TPWeakProxy.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"deprecated": true,
"deprecated_in_favor_of": "TPDWeakProxy"
}