Skip to content

Commit

Permalink
Merge pull request #449 from allenhuang/master
Browse files Browse the repository at this point in the history
Add iOS-QR-Code-Encoder podspec
  • Loading branch information
orta committed Aug 30, 2012
2 parents b66a3d3 + 5859d6e commit 0468c86
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions iOS-QR-Code-Encoder/0.0.1/iOS-QR-Code-Encoder.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "iOS-QR-Code-Encoder"
s.version = "0.0.1"
s.summary = "iOS QR encoder, generates an UIImage from NSString with one line of code. Uses libqrencode to encode a string into qr."
s.homepage = "http://cocoacontrols.com/platforms/ios/controls/ios-qr-encoder"
s.license = 'MIT'
s.author = { "Andrew Kopanev" => "andrew@moqod.com" }
s.source = { :git => "https://github.com/akopanev/iOS-QR-Code-Encoder.git", :commit => "840c9c447fb930acb8558cafd52def708109641d" }
s.platform = :ios
s.source_files = 'Classes/QRCodeGenerator.{h,m}', 'libqrencode/*.{h,c}'
s.public_header_files = 'Classes/QRCodeGenerator.h'
end

0 comments on commit 0468c86

Please sign in to comment.