blob: 0243987bd7970b261ae1287100d8111d8d6e5adb [file] [log] [blame]
{
"name": "TPDWeakProxy",
"version": "1.1.1",
"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.",
"homepage": "https://github.com/trussworks/TPDWeakProxy",
"license": {
"type": "MIT"
},
"authors": {
"Mark Ferlatte": "mark@truss.works",
"Jen Leech": "jen@truss.works"
},
"source": {
"git": "https://github.com/trussworks/TPDWeakProxy.git",
"tag": "1.1.1"
},
"source_files": "TPDWeakProxy/TPDWeakProxy.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}