Skip to content

Commit

Permalink
[Update] SBTextField (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott90 committed Oct 17, 2013
1 parent 2445e97 commit 5d274fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SBTextField/1.0.1/SBTextField.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'SBTextField'
s.version = "1.0.1"
s.summary = "A UITextField drop-in replacement with support for setting a maximum length."
s.homepage = "https://github.com/Scott90/SBTextField"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Scott90" => "my@fake.email" }
s.source = { :git => "https://github.com/Scott90/SBTextField.git", :tag => "v#{s.version}" }
s.source_files = 'SBTextField/SBTextField.*'
s.platform = :ios, '5.0'
s.requires_arc = true
end

0 comments on commit 5d274fd

Please sign in to comment.