yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
710 stars 185 forks source link

Swift 3 Support #61

Closed treyrich closed 8 years ago

treyrich commented 8 years ago

Need to add Swift 3 support to library.

Gerst20051 commented 8 years ago

👍 here is my pull request i made before seeing this. will close it once we get swift 3 support implemented. https://github.com/yeahdongcn/RSBarcodes_Swift/pull/64/files

zeusent commented 8 years ago

What's the status on this? I see a Swift 3.0 branch but I just tried it now and it doesn't compile with the latest Xcode 8 beta version.

bdrelling commented 8 years ago

Checking status again too....

zeusent commented 8 years ago

Swift 3 support is here. Jut use the Swift-3.0 branch in your Podfile for now until it gets pushed into master.

zeusent commented 8 years ago

@yeahdongcn is the Swift-3.0 branch going to be merged at some point? I'd love to remove my Podfile workaround for this pod :)

yeahdongcn commented 8 years ago

It will be done tomorrow

yeahdongcn commented 8 years ago

Done, please use

pod 'RSBarcodes_Swift', '~> 3.0'

for Swift 3.0

pod 'RSBarcodes_Swift', '~> 2.3'

for Swift 2.3