David Beck
536367392f
Switch to using Any instead of AnyObject
...
In Swift 3 AnyObject is rarely what you want to use. Objective-C API gets imported as Any and while types like Array and Dictionary can be coerced to AnyObject, they prefer Any, which doesn’t require a manual cast.
2016-08-23 10:10:33 -07:00
Erik
0233f383bb
Fix tests, this is broken for obvious reasons
2016-08-15 19:24:10 -04:00
Erik
4ad3a884a6
merge development
2016-07-20 11:39:37 -04:00
Erik
4ad5025c77
update tests, add test for base64
2016-07-20 11:07:37 -04:00
Erik Little
a9ac86ba3d
fix method call
2016-07-15 10:11:05 -04:00
Erik
f6dc11650d
merge development
2016-07-14 19:36:48 -04:00
Erik
9a4ec5a82a
xcode 8
2016-06-14 20:41:59 -04:00
Erik
376e31bfca
merge development and fix tests
2016-04-10 14:15:35 -04:00
Erik
de3ca964ab
work on standardizing module name
2016-01-14 16:01:46 -05:00
Erik
1aacab2567
use testable
2015-12-25 10:22:59 -05:00
Erik
a28fda392c
move test files
2015-12-25 10:11:00 -05:00