Skip to content

Commit

Permalink
PodSpec added.
Browse files Browse the repository at this point in the history
  • Loading branch information
najeeb-ur-rehman committed Apr 25, 2020
1 parent b00ff14 commit f65bc7e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NRSlidingPlaceholderTextField.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|

s.name = "NRSlidingPlaceholderTextField"
s.version = "1.0.0"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = "TextFiled with placeholder's horizontal slide animation."
s.homepage = "https://github.com/najeeb-ur-rehman/NRSlidingPlaceholderTextField.git"
s.author = { "Najeeb Ur Rehman" => "[email protected]" }
s.social_media_url = "https://twitter.com/najeeb_dev"
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/najeeb-ur-rehman/NRSlidingPlaceholderTextField.git", :tag => "#{s.version}" }
s.source_files = "NRSlidingPlaceholderTextField/Source/*"

end

0 comments on commit f65bc7e

Please sign in to comment.