MxABC / swiftScan

A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)
MIT License
1.59k stars 325 forks source link

Import the latest code using cocoapods #84

Open wooseng opened 5 years ago

wooseng commented 5 years ago

Podfile:

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

run pod update swiftScan

done!!!

wooseng commented 5 years ago

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'