Closed Fab1n closed 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.
Thanks, I wasn't aware of this.
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.