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

Commit

Permalink
Updated podspecs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman committed Jul 18, 2016
1 parent 7252706 commit 31282b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftForms.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Pod::Spec.new do |s|
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.5.1' }
s.source = { :git => "https://github.com/ortuman/SwiftForms.git", :tag => '1.5.2' }
s.source_files = 'SwiftForms/*.swift','SwiftForms/descriptors/*.swift', 'SwiftForms/cells/base/*.swift', 'SwiftForms/cells/*.swift', 'SwiftForms/controllers/*.swift'
end

0 comments on commit 31282b7

Please sign in to comment.