From 20089c2d80ff178ffcdb7712b0affe7c605f8521 Mon Sep 17 00:00:00 2001 From: Luca Mozzarelli Date: Thu, 2 Feb 2017 13:28:00 +0100 Subject: [PATCH] Podspec update v1.1 --- LMArticleViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LMArticleViewController.podspec b/LMArticleViewController.podspec index e84e709..994ce3b 100644 --- a/LMArticleViewController.podspec +++ b/LMArticleViewController.podspec @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/lucamozza/LMArticleViewController.git", :tag => 'v1.0'} + s.source = { :git => "https://github.com/lucamozza/LMArticleViewController.git", :tag => 'v1.1'} s.source_files = "LMArticleViewController", "LMArticleViewController/**/*.{h,m}" # s.exclude_files = "Classes/Exclude"