diff --git a/Cartfile b/Cartfile index 6afb46b..eda0676 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ -github "SDWebImage/SDWebImage" ~> 5.7 +github "SDWebImage/SDWebImage" ~> 5.10 github "ibireme/YYCache" ~> 1.0 github "ibireme/YYImage" ~> 1.0 diff --git a/Example/Podfile b/Example/Podfile index 3c2fd18..d9b8f4b 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,4 +1,4 @@ -platform :ios, '8.0' +platform :ios, '9.0' use_frameworks! inhibit_all_warnings! install! 'cocoapods', :share_schemes_for_development_pods => ['SDWebImageYYPlugin'] diff --git a/Example/Podfile.lock b/Example/Podfile.lock index f584f4c..dcdafc7 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,15 +1,15 @@ PODS: - Expecta (1.0.6) - - SDWebImage/Core (5.9.0) - - SDWebImageYYPlugin (0.5.0): - - SDWebImage/Core (~> 5.7) - - SDWebImageYYPlugin/YYCache (= 0.5.0) - - SDWebImageYYPlugin/YYImage (= 0.5.0) - - SDWebImageYYPlugin/YYCache (0.5.0): - - SDWebImage/Core (~> 5.7) + - SDWebImage/Core (5.10.3) + - SDWebImageYYPlugin (0.6.0): + - SDWebImage/Core (~> 5.10) + - SDWebImageYYPlugin/YYCache (= 0.6.0) + - SDWebImageYYPlugin/YYImage (= 0.6.0) + - SDWebImageYYPlugin/YYCache (0.6.0): + - SDWebImage/Core (~> 5.10) - YYCache - - SDWebImageYYPlugin/YYImage (0.5.0): - - SDWebImage/Core (~> 5.7) + - SDWebImageYYPlugin/YYImage (0.6.0): + - SDWebImage/Core (~> 5.10) - YYImage/Core - YYCache (1.0.4) - YYImage/Core (1.0.4) @@ -34,11 +34,11 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5 - SDWebImage: 62ae4a18473520c67b79e9724c31a63599cc9423 - SDWebImageYYPlugin: 6808c1a0e3f59feb604c1f492e02dddf51c83b10 + SDWebImage: e378178472b735e84b007bfb55514c97948a0598 + SDWebImageYYPlugin: 44e88320fc9604b6abb09d8271504bdd986dcf2e YYCache: 8105b6638f5e849296c71f331ff83891a4942952 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 -PODFILE CHECKSUM: 32dbc66eefdcad7b9f59a52aa756b4f862c6b1c4 +PODFILE CHECKSUM: 71679fe963dea37bf4e76ca762d8b118854ce524 COCOAPODS: 1.8.4 diff --git a/SDWebImageYYPlugin.podspec b/SDWebImageYYPlugin.podspec index 110ca8c..142cd71 100644 --- a/SDWebImageYYPlugin.podspec +++ b/SDWebImageYYPlugin.podspec @@ -26,12 +26,12 @@ TODO: Add long description of the pod here. s.author = { 'DreamPiggy' => 'lizhuoli1126@126.com' } s.source = { :git => 'https://github.com/SDWebImage/SDWebImageYYPlugin.git', :tag => s.version.to_s } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.source_files = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.h' s.module_map = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.modulemap' - s.dependency 'SDWebImage/Core', '~> 5.7' + s.dependency 'SDWebImage/Core', '~> 5.10' s.subspec 'YYCache' do |ss| ss.dependency 'YYCache' diff --git a/SDWebImageYYPlugin.xcodeproj/project.pbxproj b/SDWebImageYYPlugin.xcodeproj/project.pbxproj index f3301be..f00a7bd 100644 --- a/SDWebImageYYPlugin.xcodeproj/project.pbxproj +++ b/SDWebImageYYPlugin.xcodeproj/project.pbxproj @@ -306,7 +306,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -361,7 +361,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES;