Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Podspec 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ipodishima committed Feb 25, 2015
1 parent ffadea7 commit f6fef42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VLRTextField.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "VLRTextField"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "VLRTextField enlarge floating and autocompleting text field power with input validation."

s.description = <<-DESC
Expand All @@ -23,7 +23,7 @@ All of these tests can be run on demand or while editing.
s.screenshots = "http://i.imgur.com/9DRdZ71.png", "http://i.imgur.com/mss3Gwe.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Rezzza" => "[email protected]" }
s.source = { :git => "https://github.com/rezzza/VLRTextField.git", :tag => "0.0.1" }
s.source = { :git => "https://github.com/rezzza/VLRTextField.git", :tag => "0.0.2" }
s.source_files = "Files/*.{h,m}"
s.requires_arc = true
s.platform = 'ios'
Expand Down

0 comments on commit f6fef42

Please sign in to comment.