Skip to content

Commit

Permalink
Updated pod spec for next version release
Browse files Browse the repository at this point in the history
  • Loading branch information
ipraba committed Apr 14, 2017
1 parent 90a6b88 commit 8abe61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EPSignature.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "EPSignature"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "Signature component for iOS in Swift"
s.description = <<-DESC
Features
Expand All @@ -19,7 +19,7 @@ DESC
s.author = { "Prabaharan" => "[email protected]" }
s.source = { :git => "https://github.com/ipraba/EPSignature.git", :tag => s.version.to_s }

s.platform = :ios, '8.0'
s.platform = :ios, '10.3'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
Expand Down

0 comments on commit 8abe61c

Please sign in to comment.