This fixes an issue where turning on ttlCache results in an unrecognized selector [NSHTTPURLResponse findMaxAge].
This is because NSHTTPURLResponse+MaxAge.m was not added to the PINRemoteImage or PINRemoteImage-tvOS target membership; it was added only to PINRemoteImageTests.
This PR adds the appropriate PINRemoteImage and PINRemoteImage-tvOS target membership for the category.
This fixes an issue where turning on ttlCache results in an unrecognized selector
[NSHTTPURLResponse findMaxAge]
.This is because
NSHTTPURLResponse+MaxAge.m
was not added to thePINRemoteImage
orPINRemoteImage-tvOS
target membership; it was added only toPINRemoteImageTests
.This PR adds the appropriate
PINRemoteImage
andPINRemoteImage-tvOS
target membership for the category.