Skip to content

Commit 453c6f9

Browse files
committed
Changed the Alamofire version for compatability
1 parent 51cc4b7 commit 453c6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

followupapp/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '10.0'
44
target 'FollowUpappid' do
55
use_frameworks!
66
pod 'IBMCloudAppID', '6.0.2'
7-
pod 'Alamofire', '4.8.2'
7+
pod 'Alamofire', '~> 4.0'
88
pod 'BMSCore', '2.6.0'
99
pod 'BMSPush', '3.6.0'
1010
end

0 commit comments

Comments
 (0)