Skip to content

Commit f89ce4a

Browse files
author
Konstantin Kabanov
committed
spec update
1 parent a672eed commit f89ce4a

3 files changed

+4
-4
lines changed

AlamofireNetworkActivityLogger.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AlamofireNetworkActivityLogger'
3-
s.version = '2.2.0'
3+
s.version = '2.3.0'
44
s.license = 'MIT'
55
s.summary = 'Network request logger for Alamofire'
66
s.homepage = 'https://github.com/konkab/AlamofireNetworkActivityLogger'
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.tvos.deployment_target = '9.0'
1616
s.watchos.deployment_target = '2.0'
1717

18-
s.dependency 'Alamofire', '~> 4.0'
18+
s.dependency 'Alamofire', '~> 4.6'
1919
end

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" ~> 4.4
1+
github "Alamofire/Alamofire" ~> 4.6

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "Alamofire/Alamofire" "4.4.0"
1+
github "Alamofire/Alamofire" "4.6.0"

0 commit comments

Comments
 (0)