Skip to content

Commit

Permalink
[Add] Cocoa-Touch-Barcodes (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
xslim committed Jan 31, 2014
1 parent 3e0cd21 commit c58dc3f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Cocoa-Touch-Barcodes/0.0.1/Cocoa-Touch-Barcodes.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "Cocoa-Touch-Barcodes"
s.version = "0.0.1"
s.summary = 'A set of classes for generating two-dimensional barcodes'
s.description = <<-DESC
This is a fork of Jeff Lamarche's Cocoa Barcodes project, with the code modified to work on the iPhone and iPad. In my testing, a CCD and laser scanner can read UPC and Code 128 barcodes directly from the screen w/ no issue. I haven't tested other barcodes yet.
DESC
s.homepage = "https://github.com/netshade/Cocoa-Touch-Barcodes"
s.license = {:type => 'MIT', :text => ''}
s.authors = ["Jeff Lamarche", "Chris Zelenak" ]
s.source = { :git => "https://github.com/netshade/Cocoa-Touch-Barcodes.git", :commit => '7d96a060d01ff95ab7f0fb65a44421eb4fbfffa3'}


s.ios.deployment_target = '6.0'

s.requires_arc = false

s.source_files = 'NKD*.{h,m}', 'UI*.{h,m}', 'NS*.{h,m}'


end

0 comments on commit c58dc3f

Please sign in to comment.