Trying to Implement Login System

This commit is contained in:
Alexander Davis
2017-04-03 19:22:00 +01:00
parent 7df41a6301
commit 6953077108
677 changed files with 13341 additions and 293607 deletions

View File

@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "SwiftForms"
s.version = "1.7"
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.7' }
s.source_files = 'SwiftForms/*.swift','SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift'
end