diff --git a/RAGTextField.podspec b/RAGTextField.podspec index fc1be1e..9a3c771 100644 --- a/RAGTextField.podspec +++ b/RAGTextField.podspec @@ -1,10 +1,9 @@ Pod::Spec.new do |s| s.name = 'RAGTextField' - s.version = '0.1.2' + s.version = '0.1.3' s.summary = 'Subclass of UITextField featuring a floating placeholder and a hint label.' s.description = 'Adds a floating placeholder to the regular UITextField. Moreover, adds an optional hint or error label to the text field. Easy to work with in both storyboards and code. Written in Swift 3.' s.homepage = 'https://github.com/raginmari/RAGTextField' - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'raginmari' => 'reimar.twelker@web.de' } s.source = { :git => 'https://github.com/raginmari/RAGTextField.git', :tag => s.version.to_s }