From 7a0731fb527646faebb52023c2541b0377b204f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Ho=CC=88fele?= Date: Wed, 19 Mar 2014 12:35:12 +0100 Subject: [PATCH] Added podspec --- CCHLinkTextView.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CCHLinkTextView.podspec diff --git a/CCHLinkTextView.podspec b/CCHLinkTextView.podspec new file mode 100644 index 0000000..8e1120f --- /dev/null +++ b/CCHLinkTextView.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'CCHLinkTextView' + s.version = '1.0.0' + s.license = 'MIT' + s.summary = 'UITextView subclass with tappable links.' + s.homepage = 'https://github.com/choefele/CCHLinkTextView' + 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 \ No newline at end of file