File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,6 @@ Pod::Spec.new do |s|
132132 # s.requires_arc = true
133133
134134 # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
135- s . dependency "Alamofire" , "~> 4.7.1 "
135+ s . dependency "Alamofire" , "~> 4.7.3 "
136136
137137end
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
22# platform :ios, '12.0'
33
4+ # If you are using CocoaPods version higher than 1.8.4, you may get error like:
5+ # trunk Repo update failed... trunk URL couldn't be downloaded: ...
6+ # Then, please open next line to solve this:
7+ source 'https://github.com/CocoaPods/Specs.git'
8+
49target 'AsposeCellsCloud' do
510# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
611 use_frameworks!
712# Pods for AsposeCellsCloud
8- pod 'Alamofire' , '~> 4.7.1 '
13+ pod 'Alamofire' , '~> 4.7.3 '
914end
1015
1116 target 'AsposeCellsCloudTests' do
1217 use_frameworks!
13- pod 'Alamofire' , '~> 4.7.1 '
18+ pod 'Alamofire' , '~> 4.7.3 '
1419 end
You can’t perform that action at this time.
0 commit comments