Skip to content

Commit

Permalink
updated pod
Browse files Browse the repository at this point in the history
  • Loading branch information
konkab committed Apr 5, 2019
1 parent 6757cb8 commit c83e7f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2
5.0
4 changes: 2 additions & 2 deletions AlamofireNetworkActivityLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireNetworkActivityLogger'
s.version = '2.3.0'
s.version = '2.4.0'
s.license = 'MIT'
s.summary = 'Network request logger for Alamofire'
s.homepage = 'https://github.com/konkab/AlamofireNetworkActivityLogger'
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

s.dependency 'Alamofire', '~> 4.6'
s.dependency 'Alamofire', '~> 4.8'
end
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Alamofire/Alamofire" ~> 4.6
github "Alamofire/Alamofire" ~> 4.8
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "Alamofire/Alamofire" "4.6.0"
github "Alamofire/Alamofire" "4.8.0"
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Network activity logger for Alamofire.

## Dependencies

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

## Installation

Expand All @@ -26,7 +26,7 @@ Network activity logger for Alamofire.
$ gem install cocoapods
```

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

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

pod 'AlamofireNetworkActivityLogger', '~> 2.3'
pod 'AlamofireNetworkActivityLogger', '~> 2.4'
```

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

```ogdl
github "konkab/AlamofireNetworkActivityLogger" ~> 2.3
github "konkab/AlamofireNetworkActivityLogger" ~> 2.4
```

---
Expand Down Expand Up @@ -96,7 +96,7 @@ NetworkActivityLogger.shared.level = .error

Konstantin Kabanov

- [email protected]
- [email protected]
- Skype: konstantin_kabanov
- [Linkedin](https://ru.linkedin.com/in/konstantinkabanov)

Expand Down

0 comments on commit c83e7f8

Please sign in to comment.