Skip to content

Commit

Permalink
Update Networking.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
3lvis authored Oct 6, 2018
1 parent 2f454c3 commit 1d4c0c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Networking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Networking"
s.version = "4.3.0"
s.version = "4.4.0"
s.summary = "Simple HTTP Networking in Swift a NSURLSession wrapper with image caching support"
s.description = <<-EOS
Simple NSURLSession wrapper with support for image caching and faking network requests
Expand Down Expand Up @@ -28,4 +28,5 @@ s.tvos.deployment_target = '9.0'
s.requires_arc = true
s.source_files = 'Sources/**/*'
s.frameworks = 'Foundation'
s.swift_version = '4.2'
end

0 comments on commit 1d4c0c2

Please sign in to comment.