Skip to content

Commit

Permalink
Added podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlas-voloshin committed Feb 17, 2017
1 parent 94e6767 commit 5b3d2e8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions SubviewAttachingTextView.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|

s.name = "SubviewAttachingTextView"
s.version = "1.0.0"
s.summary = "UITextView behavior and subclass that allow embedding subviews as attachments."
s.homepage = "https://github.com/vlas-voloshin/SubviewAttachingTextView"
s.license = "MIT"
s.author = { "Vlas Voloshin" => "argentumko@gmail.com" }
s.social_media_url = "https://twitter.com/argentumko"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/vlas-voloshin/SubviewAttachingTextView.git", :tag => "#{s.version}" }

s.source_files = "SubviewAttachingTextView/*.swift"
s.requires_arc = true

end

0 comments on commit 5b3d2e8

Please sign in to comment.