Showing
1 changed file
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 = '4.4.1' | 3 | + s.version = '4.4.2' |
4 | 4 | ||
5 | s.osx.deployment_target = '10.9' | 5 | s.osx.deployment_target = '10.9' |
6 | - s.ios.deployment_target = '7.0' | 6 | + s.ios.deployment_target = '9.0' |
7 | s.tvos.deployment_target = '9.0' | 7 | s.tvos.deployment_target = '9.0' |
8 | s.watchos.deployment_target = '2.0' | 8 | s.watchos.deployment_target = '2.0' |
9 | 9 |
-
Please register or login to post a comment