CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jan 2015 |
Maintained by Keith Smiley.
A simple NSDictionary category to return
NSURLQueryItems for use with
NSURLComponents
NSURLComponents *components = ...
NSDictionary *params = @{@"user": @"archer", @"password": @"guest"};
components.queryItems = [params ks_queryItems];