jasongregori / MFNetworking

A collection of iOS networking utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of iOS mini framework networking utilities.

Files

These utilities have been tested on iOS 6.0 (but should run down to 4.0 as well). They require ARC.

  • MFBase64: Easily base64 encode strings or data
  • NSMutableURLRequest+MFMultipart: Allows you to easily add multipart data to an NSMutableURLRequest
  • NSURL+MFQueryParams: Create urls with query params or get query params from a url

About

A collection of iOS networking utilities

License:MIT License


Languages

Language:Objective-C 100.0%