Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 619 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 619 Bytes

AFNetworking-Sharp

Wrapper to the great AFNetworking library for Xamarin iOS.

Lots of methods aren't fully supported yet, did enough to port the example app over to C#.

Building


To build AFNetworking.dll run the following from the commandline on your Mac

make

There are a couple other commands you can run in case you only want to do specific things

Pulling down AFNetworking code:

make vendor

Building libAFNetworking.a:

make libAFNetworking.a

Cleaning up after make:

make clean