Skip to content

Commit e71131a

Browse files
committed
fix 19.10 version (for CocoaPods 1.8.4 error)
1 parent 984359d commit e71131a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

AsposeCellsCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

137137
end

Podfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
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+
49
target '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'
914
end
1015

1116
target 'AsposeCellsCloudTests' do
1217
use_frameworks!
13-
pod 'Alamofire', '~> 4.7.1'
18+
pod 'Alamofire', '~> 4.7.3'
1419
end

0 commit comments

Comments
 (0)