Skip to content

Commit

Permalink
Update to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phatmann committed Oct 26, 2015
1 parent fa7aec7 commit 34b8e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TFBarcodeScanner.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "TFBarcodeScanner"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Scan barcodes in iOS with elegance and ease"
s.description = <<-DESC
As of iOS 7 barcode scanning is part of the AV Framework, but it takes
Barcode scanning is part of the AV Framework, but it takes
some work to figure it all out and then set it up to be efficient and robust. TFBarcodeScanner
makes it super easy: create a view controller subclass of `TFBarcodeScannerViewController`,
override `barcodeWasScanned`, and you are scanning barcodes!
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.author = { "phatmann" => "[email protected]" }
s.social_media_url = "http://twitter.com/thephatmann"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/thefind/TFBarcodeScanner.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/thefind/TFBarcodeScanner.git", :tag => "1.2.0" }
s.source_files = "TFBarcodeScanner"
s.requires_arc = true
end

0 comments on commit 34b8e96

Please sign in to comment.