Hello, I’m trying to use Scott H Tech’s Google sign in plugin in my Corona native IOS project!..
And i’m using Cocoapods.
In Podfile, what pod to be added to install…??
Example Podfile:-
target “project_name” do
pod ‘plugin-name’
end
What should i add in place of plugin-name for Google SignIn plugin…??
And
Code Design failure Error is occurring If i Don’t use Cocoapods!
Thank you!