blob: 7d7886b098b990438c31fc5ab218e0bbb3c7c95b [file] [log] [blame]
{
"name": "RDRIntermediateTarget",
"version": "0.0.1",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "Workaround for retain cycles caused by NSTimer et al.",
"homepage": "https://github.com/datwelk/RDRIntermediateTarget",
"authors": {
"Damiaan Twelker": "damiaan@whirlingcode.com"
},
"source": {
"git": "https://github.com/datwelk/RDRIntermediateTarget.git",
"tag": "0.0.1"
},
"description": "Workaround for retain cycles caused by NSTimer, NSThread or CADisplayLink instances",
"source_files": "RDRIntermediateTarget/*.{h,m}",
"requires_arc": true
}