Skip to content

Commit 4a70960

Browse files
committed
Bumped the min deployment target to iOS 9+, Xcode to Xcode 11
1 parent b281c8a commit 4a70960

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "SDWebImage/SDWebImage" ~> 5.7
1+
github "SDWebImage/SDWebImage" ~> 5.10
22
github "ibireme/YYCache" ~> 1.0
33
github "ibireme/YYImage" ~> 1.0

Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '8.0'
1+
platform :ios, '9.0'
22
use_frameworks!
33
inhibit_all_warnings!
44
install! 'cocoapods', :share_schemes_for_development_pods => ['SDWebImageYYPlugin']

Example/Podfile.lock

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PODS:
22
- Expecta (1.0.6)
3-
- SDWebImage/Core (5.9.0)
4-
- SDWebImageYYPlugin (0.5.0):
5-
- SDWebImage/Core (~> 5.7)
6-
- SDWebImageYYPlugin/YYCache (= 0.5.0)
7-
- SDWebImageYYPlugin/YYImage (= 0.5.0)
8-
- SDWebImageYYPlugin/YYCache (0.5.0):
9-
- SDWebImage/Core (~> 5.7)
3+
- SDWebImage/Core (5.10.3)
4+
- SDWebImageYYPlugin (0.6.0):
5+
- SDWebImage/Core (~> 5.10)
6+
- SDWebImageYYPlugin/YYCache (= 0.6.0)
7+
- SDWebImageYYPlugin/YYImage (= 0.6.0)
8+
- SDWebImageYYPlugin/YYCache (0.6.0):
9+
- SDWebImage/Core (~> 5.10)
1010
- YYCache
11-
- SDWebImageYYPlugin/YYImage (0.5.0):
12-
- SDWebImage/Core (~> 5.7)
11+
- SDWebImageYYPlugin/YYImage (0.6.0):
12+
- SDWebImage/Core (~> 5.10)
1313
- YYImage/Core
1414
- YYCache (1.0.4)
1515
- YYImage/Core (1.0.4)
@@ -34,11 +34,11 @@ EXTERNAL SOURCES:
3434

3535
SPEC CHECKSUMS:
3636
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
37-
SDWebImage: 62ae4a18473520c67b79e9724c31a63599cc9423
38-
SDWebImageYYPlugin: 6808c1a0e3f59feb604c1f492e02dddf51c83b10
37+
SDWebImage: e378178472b735e84b007bfb55514c97948a0598
38+
SDWebImageYYPlugin: 44e88320fc9604b6abb09d8271504bdd986dcf2e
3939
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
4040
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
4141

42-
PODFILE CHECKSUM: 32dbc66eefdcad7b9f59a52aa756b4f862c6b1c4
42+
PODFILE CHECKSUM: 71679fe963dea37bf4e76ca762d8b118854ce524
4343

4444
COCOAPODS: 1.8.4

SDWebImageYYPlugin.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ TODO: Add long description of the pod here.
2626
s.author = { 'DreamPiggy' => '[email protected]' }
2727
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageYYPlugin.git', :tag => s.version.to_s }
2828

29-
s.ios.deployment_target = '8.0'
29+
s.ios.deployment_target = '9.0'
3030

3131
s.source_files = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.h'
3232
s.module_map = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.modulemap'
3333

34-
s.dependency 'SDWebImage/Core', '~> 5.7'
34+
s.dependency 'SDWebImage/Core', '~> 5.10'
3535

3636
s.subspec 'YYCache' do |ss|
3737
ss.dependency 'YYCache'

SDWebImageYYPlugin.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
307307
GCC_WARN_UNUSED_FUNCTION = YES;
308308
GCC_WARN_UNUSED_VARIABLE = YES;
309-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
309+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
310310
MTL_ENABLE_DEBUG_INFO = YES;
311311
ONLY_ACTIVE_ARCH = YES;
312312
SDKROOT = iphoneos;
@@ -361,7 +361,7 @@
361361
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
362362
GCC_WARN_UNUSED_FUNCTION = YES;
363363
GCC_WARN_UNUSED_VARIABLE = YES;
364-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
364+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
365365
MTL_ENABLE_DEBUG_INFO = NO;
366366
SDKROOT = iphoneos;
367367
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)