smartcar / ios-sdk

Smartcar SDK for iOS.
https://smartcar.github.io/ios-sdk/
MIT License
19 stars 7 forks source link

Enable ObjC bridging of SmartCarAuth methods #36

Closed dvkch closed 5 years ago

dvkch commented 6 years ago

For some reasons when compiling with Swift version 4.1 the SmartCarAuth object seems to still be exported to ObjC but not its methods. Adding the @objc annotation fixes it.

jerzzhang commented 6 years ago

@dvkch Thank you for the change! Can you bump the version in the `SmartcarAuth.podspec' to '2.0.4'?