v0.1.1
- Prefix classes with CDX.
- Separate initialization from execution.
- Use asynchronous requests to execute without blocking the main thread.
- Make NSLog statements optional with the isVerbose property. Default to NO.
- Use nullability qualifiers to facilitate Swift usage.
- Use NSURLSession instead of NSURLConnection.
- Make library available on CocoaPods.
- Convention-related refactors.
- Bug fixes.