Authored by Bogdan Poplauschi

Bumped version to 3.7.5 and added to changelog

  1 +## [3.7.5 Patch release for 3.7.0 on Jan 21st, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.5)
  2 +- fixed #1425 and #1426 - Continuation of Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of `dispatch_apply`
  3 +- fixed #1422 - Added a fallback for #976 so that if there are images saved with the old format (no extension), they can still be loaded
  4 +
1 ## [3.7.4 Patch release for 3.7.0 with tvOS support on Jan 8th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.4) 5 ## [3.7.4 Patch release for 3.7.0 with tvOS support on Jan 8th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.4)
2 6
3 #### Updates 7 #### Updates
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '3.7.4' 3 + s.version = '3.7.5'
4 s.ios.deployment_target = '5.0' 4 s.ios.deployment_target = '5.0'
5 s.tvos.deployment_target = '9.0' 5 s.tvos.deployment_target = '9.0'
6 s.license = 'MIT' 6 s.license = 'MIT'
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 <key>CFBundlePackageType</key> 15 <key>CFBundlePackageType</key>
16 <string>FMWK</string> 16 <string>FMWK</string>
17 <key>CFBundleShortVersionString</key> 17 <key>CFBundleShortVersionString</key>
18 - <string>3.7.4</string> 18 + <string>3.7.5</string>
19 <key>CFBundleSignature</key> 19 <key>CFBundleSignature</key>
20 <string>????</string> 20 <string>????</string>
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>