Skip to content

Commit

Permalink
Merge pull request CocoaPods#4772 from Scott90/SBTextField
Browse files Browse the repository at this point in the history
[Update] SBTextField (1.0.1)
  • Loading branch information
keith committed Oct 17, 2013
2 parents 684ed3f + 5d274fd commit 62948ec
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 62948ec

Please sign in to comment.