Showing
2 changed files
with
2 additions
and
2 deletions
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.3' | 3 | + s.version = '3.7.4' |
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>1.0</string> | 18 | + <string>3.7.4</string> |
19 | <key>CFBundleSignature</key> | 19 | <key>CFBundleSignature</key> |
20 | <string>????</string> | 20 | <string>????</string> |
21 | <key>CFBundleVersion</key> | 21 | <key>CFBundleVersion</key> |
-
Please register or login to post a comment