Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 4faefc2

Browse files
committed
Bumping version to 2.0.4
1 parent 9b1bd35 commit 4faefc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AFNetworkActivityLogger.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFNetworkActivityLogger'
3-
s.version = '2.0.3'
3+
s.version = '2.0.4'
44
s.license = 'MIT'
55
s.summary = 'AFNetworking 2.0 Extension for Network Request Logging'
66
s.homepage = 'https://github.com/AFNetworking/AFNetworkActivityLogger'
77
s.authors = { 'Mattt Thompson' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/AFNetworking/AFNetworkActivityLogger.git', :tag => '2.0.3' }
8+
s.source = { :git => 'https://github.com/AFNetworking/AFNetworkActivityLogger.git', :tag => s.version }
99
s.source_files = 'AFNetworkActivityLogger'
1010
s.requires_arc = true
1111
s.ios.deployment_target = '6.0'

0 commit comments

Comments
 (0)