This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
Version 0.4.0
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.