This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ortuman
committed
Aug 9, 2016
1 parent
fc43603
commit 52b527f
Showing
5 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SwiftForms" | ||
s.version = "1.6" | ||
s.version = "1.6.1" | ||
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.6' } | ||
s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.6.1' } | ||
s.source_files = 'SwiftForms/*.swift','SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters