Skip to content

Commit

Permalink
master: Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ams-twelker committed Apr 19, 2017
1 parent 45baa95 commit 7b939a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RAGTextField.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
s.source = { :git => 'https://github.com/raginmari/RAGTextField.git', :tag => s.version.to_s }
Expand Down

0 comments on commit 7b939a6

Please sign in to comment.