Skip to content

Commit

Permalink
update podspec for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7owen committed Sep 19, 2017
1 parent 529ab49 commit 9818910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QRCode.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "QRCode"
s.version = "2.0"
s.version = "2.0.1"
s.summary = "A QRCode generator written in Swift."
s.description = "Generate QRCodes and customize their appearance."
s.homepage = "https://github.com/aschuch/QRCode"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Alexander Schuch" => "[email protected]" }
s.social_media_url = "http://twitter.com/schuchalexander"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/aschuch/QRCode.git", :tag => s.version }
s.source = { :git => "https://github.com/lgw51/QRCode.git", :tag => s.version }
s.requires_arc = true
s.source_files = "QRCode/QRCode.swift", "QRCode/UIImageViewExtension.swift", "QRCode/CIColorExtension.swift", "QRCode/CIImageExtension.swift"
end

0 comments on commit 9818910

Please sign in to comment.