forked from AFNetworking/AFNetworking
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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 |
- Release notes: https://github.com/ElfSundae/AFNetworking/releases
- Comparing changes:
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"
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation