komocode
komocode
Tried #import "PromiseKit-Swift.h", doesn't work. Any other workarounds?
Was this ever resolved? I just ran the example and it doesn't seem to be producing a valid video file. Ran on iPad Mini 4.
Seems dead it looks like...
Ok so I'm not going to pretend how to do this. Author just made me a collaborator. I've never published anything on Cocoapods before so if anyone wants to write...
If you're using AFNetworking and you're using AFHTTPSessionManager to make your calls, you can do this: ``` objective-c _manager = [[AFHTTPSessionManager alloc] initWithBaseURL:url]; AFJSONResponseSerializer *responseSerializer = [AFJSONResponseSerializer serializer]; [responseSerializer setRemovesKeysWithNullValues:YES];...