Replace NSURLConnection (deprecated) with NSURLSession
Infrastructure:
- Had to update the iOS deployment target to 7.0 from 5.0 - 6545a3a
Features:
- Replace deprecated
NSURLConnection
withNSURLSession
#1578 #1586 - fixes #1291 #1318 #823 #1566 #1515 - Allow to customise cache and image downloader instances used with
SDWebImageManager
86fc47b - fixes #1398 #870