I am thinking about upgrading my current project, but I don't know which version I have. Is there a way to tell?
AFNetworking is an open source networking library for iOS and macOS that simplifies a developer's tasks with a RESTful networking API and creates modular request/response patterns with success, progress, and failure completion blocks. It has a very active developer community and is used in some of the best apps.
AFNetworking is a delightful networking library for iOS, macOS, watchOS, and tvOS. It's built on top of the Foundation URL Loading System, extending the powerful high-level networking abstractions built into Cocoa. It has a modular architecture with well-designed, feature-rich APIs that are a joy to use.
You can always check Podfile.lock
it will show you the last version and all its dependencies.
No, you can't.
AFNetworking saves its version to the CHANGES
file, you do can't find any version mark in any source files.
If the version number is very important to your project, you can scan the UIKit+AFNetworking
folder and AFNetworking
folder in the source code hosting on Github. According to commit log, to diff some specific code snippet for checking if it exists in a specific version.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With