horizontalsystems/bitcoin-kit-ios

how can i add this to an existing project without the example files

Dolaned opened this issue · 1 comments

Hey there, looking to use this with flutter and all i need is the kit files
please and thank you

esen commented

You can install a kit via cocoapods.

target '<Your Target Name>' do
  pod 'BitcoinCore.swift'
  pod 'BitcoinKit.swift'
  # ...
end