Skip to content

Commit

Permalink
Updated podspecc
Browse files Browse the repository at this point in the history
  • Loading branch information
dino.gustin committed Sep 27, 2016
1 parent 4a48216 commit a869de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PPpdf417.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPpdf417"
s.version = "5.0.3"
s.version = "5.0.4"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://pdf417.mobi"

Expand Down Expand Up @@ -39,14 +39,14 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/PDF417/pdf417-ios.git',
:tag => "v5.0.3"
:tag => "v5.0.4"
}

s.platform = :ios

# ――― MULTI-PLATFORM VALUES ――――――――――――――――――――――――――――――――――――――――――――――――― #

s.ios.deployment_target = '7.0.0'
s.ios.deployment_target = '8.0.0'
s.ios.resources = "MicroBlink.bundle"
s.ios.requires_arc = false
s.ios.vendored_frameworks = 'MicroBlink.framework'
Expand Down

0 comments on commit a869de4

Please sign in to comment.