File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed
Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3- ## Version 10.0.0
3+ ## [ Version 10.0.0] ( https://github.com/yannickl/QRCodeReader.swift/releases/tag/10.0.0 )
4+ Release on 2019-01-24
45
56- [ ADD] Allowing the scan area configuration (#157 #106 )
67- [ UPDATE] The ` showOverlayView ` builder property is now ` false ` by default
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >APPL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >9 .0.1 </string >
18+ <string >10 .0.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >9 .0.1 </string >
18+ <string >10 .0.0 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'QRCodeReader.swift'
33 s . module_name = 'QRCodeReader'
4- s . version = '9 .0.1 '
4+ s . version = '10 .0.0 '
55 s . license = 'MIT'
66 s . summary = 'Simple QRCode and 1D bar code reader in Swift'
77 s . homepage = 'https://github.com/yannickl/QRCodeReader.swift.git'
Original file line number Diff line number Diff line change 1- <p align =" center " >
1+ <p align =" center " >
22 <img src =" https://cloud.githubusercontent.com/assets/798235/19688388/c61a6ab8-9ac9-11e6-9757-e087c268f3a6.png " alt =" QRCodeReader.swift " >
33</p >
44
@@ -144,7 +144,7 @@ platform :ios, '8.0'
144144use_frameworks!
145145
146146target ' TargetName' do
147- pod ' QRCodeReader.swift' , ' ~> 9 .0.1 '
147+ pod ' QRCodeReader.swift' , ' ~> 10 .0.0 '
148148end
149149```
150150
@@ -176,7 +176,7 @@ $ brew install carthage
176176To integrate ` QRCodeReader ` into your Xcode project using Carthage, specify it in your ` Cartfile ` file:
177177
178178``` ogdl
179- github "yannickl/QRCodeReader.swift" >= 9 .0.1
179+ github "yannickl/QRCodeReader.swift" >= 10 .0.0
180180```
181181
182182#### Swift Package Manager
@@ -190,7 +190,7 @@ let package = Package(
190190 name : " YOUR_PROJECT_NAME" ,
191191 targets : [],
192192 dependencies : [
193- .Package (url : " https://github.com/yannickl/QRCodeReader.swift.git" , versions : " 9 .0.1 " ..< Version.max )
193+ .Package (url : " https://github.com/yannickl/QRCodeReader.swift.git" , versions : " 10 .0.0 " ..< Version.max )
194194 ]
195195)
196196```
You can’t perform that action at this time.
0 commit comments