Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Version bump 1.8.3 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbartisro authored and ortuman committed Dec 9, 2018
1 parent 2c43fb5 commit 5aa7f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftForms.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SwiftForms"
s.version = "1.8.2"
s.version = "1.8.3"
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.2' }
s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.8.3' }
s.source_files = 'SwiftForms/*.swift','SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift'
end

0 comments on commit 5aa7f72

Please sign in to comment.