I accidentally deleted my old SDWebImage version from my project and now I need to readd it again. The newest versions can be added as a framework to Xcode, but that doesn't work, because if I do that, I get linker errors left and right.
So it would be good if I simply had the working sourcecode. But if I download the sourcecode from the github page and add it to my project, I am getting errors that some properties are not synthesized or not declared.
Where can I get the latest working sourcecode for SDWebImage?