mirror of
https://github.com/zhigang1992/CCHLinkTextView.git
synced 2026-01-12 22:46:17 +08:00
16 lines
652 B
Ruby
16 lines
652 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'CCHLinkTextView'
|
|
s.version = '1.1.1'
|
|
s.license = 'MIT'
|
|
s.summary = 'UITextView subclass with tappable links.'
|
|
s.homepage = 'https://github.com/choefele/CCHLinkTextView'
|
|
s.screenshot = 'https://raw.githubusercontent.com/choefele/CCHLinkTextView/master/CCHLinkTextView.gif'
|
|
s.authors = { 'Claus Höfele' => 'claus@claushoefele.com' }
|
|
s.social_media_url = 'https://twitter.com/claushoefele'
|
|
s.source = { :git => 'https://github.com/choefele/CCHLinkTextView.git', :tag => s.version.to_s }
|
|
s.requires_arc = true
|
|
|
|
s.ios.deployment_target = '7.0'
|
|
|
|
s.source_files = 'CCHLinkTextView/*.{h,m}'
|
|
end |