Paras Gorasiya

Results 4 issues of Paras Gorasiya

I want to use carthage to use this library, please provide a way to use it. Thanks

I am using V16 of SDK and this is my code to add SSL pinning. ``` socketManager = SocketManager(socketURL: URL(string: socketUrl!)!, config: [ .compress, .log(true), .sessionDelegate(self), .connectParams(["token" : "user-token"]) ])...

## New Feature I would like to request a functionality to move point annotation with animation. I am not sure whether its already available on V10 but I couldnt find...

feature :green_apple:

This solution works great. I am just wondering is it possible to have callbacks in the form of completion handlers? If so, how? I want to pass those completion handlers...