swiftScan icon indicating copy to clipboard operation
swiftScan copied to clipboard

Import the latest code using cocoapods

Open wooseng opened this issue 5 years ago • 1 comments

Podfile:

pod 'swiftScan', :git => 'https://github.com/MxABC/swiftScan.git'

run pod update swiftScan

done!!!

wooseng avatar Sep 20 '19 08:09 wooseng

i had fork the repo, maybe it's better to use the following in your Podfile:

pod 'swiftScan', :git => 'https://github.com/wooseng/swiftScan.git'

wooseng avatar Sep 25 '19 13:09 wooseng