brentnycum / BNHtmlPdfKit

Easily turn HTML data from an HTML string or URL into a PDF file on iOS
MIT License
270 stars 62 forks source link

Mark podspec to be using ARC #2

Closed Fab1n closed 11 years ago

Fab1n commented 11 years ago

Before this commit the pod was using ARC, but not declaring it in the pod spec file lead to leaks. This is a important pull request, otherwise the classes will be treated as non-ARC, but internally using ARC.

brentnycum commented 11 years ago

Thanks, I wasn't aware of this.