amar
amar

Reputation: 4343

AFNetworking Older version without arc

I want to download AFNetwoking's older version without arc please guide.

Upvotes: 0

Views: 1459

Answers (1)

diederikh
diederikh

Reputation: 25281

If you do not use ARC in your project you can add the -fobjc-arc flag to all the AFNetworking source files to compile only those under ARC. You can set these flags in the "Compile Sources" part of the Build Phases tab in the project settings.

You can also go to the GitHub tags and download version 0.10.1.

Upvotes: 7

Related Questions