Skip to content

Commit c83e7f8

Browse files
committed
updated pod
1 parent 6757cb8 commit c83e7f8

5 files changed

+10
-10
lines changed

.swift-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2
1+
5.0

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.3.0'
3+
s.version = '2.4.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.6'
18+
s.dependency 'Alamofire', '~> 4.8'
1919
end

Cartfile

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

Cartfile.resolved

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

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Network activity logger for Alamofire.
1414

1515
## Dependencies
1616

17-
- [Alamofire 4.6+](https://github.com/Alamofire/Alamofire)
17+
- [Alamofire 4.8+](https://github.com/Alamofire/Alamofire)
1818

1919
## Installation
2020

@@ -26,7 +26,7 @@ Network activity logger for Alamofire.
2626
$ gem install cocoapods
2727
```
2828

29-
> CocoaPods 1.1.0+ is required.
29+
> CocoaPods 1.6.0+ is required.
3030
3131
To integrate AlamofireNetworkActivityLogger into your Xcode project using CocoaPods, specify it in your `Podfile`:
3232

@@ -35,7 +35,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3535
platform :ios, '10.0'
3636
use_frameworks!
3737

38-
pod 'AlamofireNetworkActivityLogger', '~> 2.3'
38+
pod 'AlamofireNetworkActivityLogger', '~> 2.4'
3939
```
4040

4141
Then, run the following command:
@@ -58,7 +58,7 @@ $ brew install carthage
5858
To integrate AlamofireNetworkActivityLogger into your Xcode project using Carthage, specify it in your `Cartfile`:
5959

6060
```ogdl
61-
github "konkab/AlamofireNetworkActivityLogger" ~> 2.3
61+
github "konkab/AlamofireNetworkActivityLogger" ~> 2.4
6262
```
6363

6464
---
@@ -96,7 +96,7 @@ NetworkActivityLogger.shared.level = .error
9696

9797
Konstantin Kabanov
9898

99-
- konstantin@rktstudio.ru
99+
- kabanov_kv@me.com
100100
- Skype: konstantin_kabanov
101101
- [Linkedin](https://ru.linkedin.com/in/konstantinkabanov)
102102

0 commit comments

Comments
 (0)