-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
681 additions
and
675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = 'SGQRCode' | ||
s.version = '3.0.1' | ||
s.version = '3.5.0' | ||
s.summary = 'An easy way to use BarCode and QRCode scan library for iOS' | ||
s.homepage = 'https://github.com/kingsic/SGQRCode' | ||
s.license = 'Apache-2.0' | ||
s.authors = {'kingsic' => '[email protected]'} | ||
s.platform = :ios, '8.0' | ||
s.platform = :ios, '9.0' | ||
s.source = {:git => 'https://github.com/kingsic/SGQRCode.git', :tag => s.version} | ||
s.source_files = 'SGQRCode/**/*.{h,m}' | ||
s.resource = 'SGQRCode/SGQRCode.bundle' | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
// | ||
// SGQRCode.h | ||
// Version 3.0.1 | ||
// Version 3.5.0 | ||
// https://github.com/kingsic/SGQRCode | ||
// | ||
// Created by kingsic on 2016/8/16. | ||
// Copyright © 2016年 kingsic. All rights reserved. | ||
// | ||
|
||
#import "SGQRCodeObtainConfigure.h" | ||
#import "SGQRCodeObtain.h" | ||
#import "SGQRCodeManager.h" | ||
#import "SGQRCodeScanView.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.