diff --git a/SwiftForms.podspec b/SwiftForms.podspec index cbba92a..4252df3 100644 --- a/SwiftForms.podspec +++ b/SwiftForms.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "SwiftForms" - s.version = "0.8.1" + s.version = "1.0" 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 => '0.8.1' } + s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.0' } s.source_files = 'SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift' end