Skip to content

Commit

Permalink
Updating podspec for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyorosz committed Feb 14, 2016
1 parent 7f18166 commit c71bb37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SkyFloatingLabelTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SkyFloatingLabelTextField"
s.version = "0.0.1"
s.version = "0.1.1"
s.summary = "A beautiful, flexible and customizable textfield. Supports a floating label placeholder / title, error state and iconography."
s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
s.authors = "Daniel Langh, Gergely Orosz, Raimon Lapuente"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git" }
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v0.1.1" }
s.source_files = 'SkyFloatingLabelTextField/SkyFloatingLabelTextField/*.swift'
end

0 comments on commit c71bb37

Please sign in to comment.