This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
2.0.2
Added
- Objective-C init method with no parameters, defaults to the same options as the Swift default parameters.
- Objective-C init method which allows user to set parameters - passing nil will default the parameters. InMemoryCache is a BOOL parameter to use or not use a cache.
- Objective-C preview method which returns a dictionary of values on success, and an NSError object on failure which contains a localized error description.
- Added by David Gifford.
Changed
- Referenced objects are now derived from NSObject to make them Objective-C compatible.
- Changed by David Gifford.