-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Infra] Cocoapods support #258 #569
Conversation
it's great ! |
some file miss, just like Sign and Auth Package |
9bb71c8
to
b6197ed
Compare
Good catch, fixed. There was wrong source paths. Released new tag: pod 'WalletConnectSwiftV2', :git => 'https://github.com/WalletConnect/WalletConnectSwiftV2.git', :tag => 'v1.0.5-rc3' Regarding Auth. Auth is available buy downloading subspec. pod 'WalletConnectSwiftV2/WalletConnectAuth', :git => 'https://github.com/WalletConnect/WalletConnectSwiftV2.git', :tag => 'v1.0.5-rc3' |
the demo can not use,by cocoapods version. Error Tips 'No such module 'WalletConnectSign'' |
maybe you can import walletConnectv2 replace 'WalletConnectSign' |
Description
Resolves #258 (issue)
How Has This Been Tested?
Cocoapods integration can be tested on
v1.0.5-rc
tagDue Dilligence