Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Version 0.4.0

Compare
Choose a tag to compare
@calebd calebd released this 29 May 18:14
· 16 commits to master since this release

This version adds a few handy methods to NSURL:

  • -[NSURL cmd_URLWithQueryDictionary:] Easily set query parameters on a URL
  • -[NSURL cmd_URLByAddingQueryDictionary:] Easily append query parameters to a URL
  • -[NSURL cmd_queryDictionary] Get query parameters from a URL

It has also been restructured as a framework so that it can be built with Carthage.