blob: 943cb28a69c8504d895c7abc01c51c593a98d36a [file] [log] [blame]
{
"name": "TPDWeakProxy",
"version": "1.1.0",
"summary": "An NSProxy for converting strong references into weak ones.",
"description": "TPDWeakProxy 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/TPDWeakProxy",
"license": "MIT",
"authors": {
"Mark Ferlatte": "mark@tetherpad.com",
"Jen Leech": "jen@tetherpad.com"
},
"source": {
"git": "https://github.com/tetherpad/TPDWeakProxy.git",
"tag": "1.1.0"
},
"source_files": "TPDWeakProxy/TPDWeakProxy.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}