ElfSundae / AFNetworking

A delightful networking framework for iOS, macOS, watchOS, and tvOS.
http://afnetworking.com
MIT License
4 stars 5 forks source link

README: Versions, Installation #1

Open ElfSundae opened 4 years ago

ElfSundae commented 4 years ago

Versions

Version Branch Description
4.x master Unofficial v4 releases with the latest commits
3.x 3.x Unofficial v3 releases merging from v4 commits

Installation

CocoaPods

Specify source in your Podfile:

pod 'AFNetworking', :source => 'https://github.com/ElfSundae/CocoaPods-Specs.git'

or:

+ source 'https://github.com/ElfSundae/CocoaPods-Specs.git'
  source 'https://cdn.cocoapods.org/'

  target 'Example' do
      pod 'AFNetworking'
  end

Carthage

github "ElfSundae/AFNetworking"
waldviertler commented 4 years ago

hello! Please can you look at: https://stackoverflow.com/questions/60607164/afnetworking-elfsundae-uiwebview-patch Thank you!

ElfSundae commented 4 years ago

@waldviertler Replied https://stackoverflow.com/a/60632560/521946

hyunwoo3008 commented 4 years ago

Thank you Will you update this code periodically?

ElfSundae commented 4 years ago

@hyunwoo3008 Certainly, I am using AFNetworking in many projects and I am watching the original repository on GitHub.

Kaspik commented 4 years ago

Main project released version 4.0.0.

ElfSundae commented 4 years ago

@Kaspik Thank you! @waldviertler @hyunwoo3008 We can use the official v4 now 🎉 https://github.com/AFNetworking/AFNetworking/releases

ElfSundae commented 4 years ago

Released 4.0.0.1, 3.2.2