File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11source 'https://github.com/CocoaPods/Specs.git'
22
33def shared_dependencies
4- pod 'HappyDNS' , '0.3.16 '
4+ pod 'HappyDNS' , '0.3.17 '
55end
66
77def test_dependencies
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ Pod::Spec.new do |s|
1313 s . source_files = "QiniuSDK/**/*.{h,m}"
1414 s . requires_arc = true
1515 s . libraries = 'z'
16- s . dependency 'HappyDNS' , '~> 0.3.16'
16+ #s.dependency 'HappyDNS', '~> 0.3.17'
17+ s . dependency 'HappyDNS' , '0.3.17'
1718 s . license = { :type => "MIT" , :text => <<-LICENSE
1819The MIT License (MIT)
1920
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ - (void)endPreFetch{
321321
322322- (void )preFetchHosts : (NSArray <NSString *> *)fetchHosts {
323323
324- self.httpDns .defalutTtl = kQNGlobalConfiguration .dnsCacheTime ;
324+ self.httpDns .defaultTtl = kQNGlobalConfiguration .dnsCacheTime ;
325325
326326 NSArray *nextFetchHosts = fetchHosts;
327327
You can’t perform that action at this time.
0 commit comments