Authored by DreamPiggy

Bumped version to 4.3.0

updated CHANGELOG
@@ -29,7 +29,7 @@ See [all tickets marked for the 4.3.0 release](https://github.com/rs/SDWebImage/ @@ -29,7 +29,7 @@ See [all tickets marked for the 4.3.0 release](https://github.com/rs/SDWebImage/
29 - Fix that 0 pixels error should be used when width OR height is zero but not AND #2160 29 - Fix that 0 pixels error should be used when width OR height is zero but not AND #2160
30 - Use the synchronized to access NSURLCache and try fix the potential thread-safe problem #2174 30 - Use the synchronized to access NSURLCache and try fix the potential thread-safe problem #2174
31 - Prefetcher 31 - Prefetcher
32 - - Fix the issue that prefetcher will cause stack overflow is the input urls list is huge because of recursion function call #2196 32 + - Fix the issue that prefetcher will cause stack overflow when the input urls list is huge because of recursion function call #2196
33 33
34 #### Performance 34 #### Performance
35 - View Category 35 - View Category
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '4.2.3' 3 + s.version = '4.3.0'
4 4
5 s.osx.deployment_target = '10.8' 5 s.osx.deployment_target = '10.8'
6 s.ios.deployment_target = '7.0' 6 s.ios.deployment_target = '7.0'
@@ -15,11 +15,11 @@ @@ -15,11 +15,11 @@
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>4.2.3</string> 18 + <string>4.3.0</string>
19 <key>CFBundleSignature</key> 19 <key>CFBundleSignature</key>
20 <string>????</string> 20 <string>????</string>
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
22 - <string>4.2.3</string> 22 + <string>4.3.0</string>
23 <key>NSPrincipalClass</key> 23 <key>NSPrincipalClass</key>
24 <string></string> 24 <string></string>
25 </dict> 25 </dict>