diff --git a/RAGTextField.podspec b/RAGTextField.podspec index ea3c898..fc1be1e 100644 --- a/RAGTextField.podspec +++ b/RAGTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RAGTextField' - s.version = '0.1.1' + s.version = '0.1.2' 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'