From 8abe61c54fd1a71ce4a9c2fd78387f919bf56979 Mon Sep 17 00:00:00 2001 From: Prabaharan Date: Fri, 14 Apr 2017 23:57:48 +0800 Subject: [PATCH] Updated pod spec for next version release --- EPSignature.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EPSignature.podspec b/EPSignature.podspec index 7bd2f36..aed4607 100644 --- a/EPSignature.podspec +++ b/EPSignature.podspec @@ -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 @@ -19,7 +19,7 @@ DESC s.author = { "Prabaharan" => "mailprabaharan.e@gmail.com" } 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/**/*'