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

Bump AFNetworking to ~> 2.6 #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions AFAmazonS3Manager.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AFAmazonS3Manager"
s.version = "3.2.1"
s.version = "3.2.2"
s.summary = "AFNetworking extension for the Amazon S3 API."
s.homepage = "https://github.com/AFNetworking/AFAmazonS3Manager"
s.social_media_url = "https://twitter.com/AFNetworking"
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source_files = 'AFAmazonS3Manager'
s.requires_arc = true

s.dependency 'AFNetworking/NSURLConnection', '~>2.4'
s.dependency 'AFNetworking/NSURLConnection', '~> 2.6'
end