From 2c43fb57581a8ebd4f95f6b0fed84aa15f0f6c41 Mon Sep 17 00:00:00 2001 From: ortuman Date: Fri, 5 Oct 2018 12:30:22 +0200 Subject: [PATCH] updated pods. --- SwiftForms.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftForms.podspec b/SwiftForms.podspec index 252fc1b..33e6a1c 100644 --- a/SwiftForms.podspec +++ b/SwiftForms.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "SwiftForms" - s.version = "1.8.3" + s.version = "1.8.2" s.summary = "A small and lightweight library written in Swift that allows you to easily create forms" s.homepage = "https://github.com/ortuman/SwiftForms" s.license = { :type => "MIT", :file => "LICENSE" } s.authors = "Miguel Ángel Ortuño" s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.8.3' } + s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.8.2' } s.source_files = 'SwiftForms/*.swift','SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift' end