From 5c08220684a5cda4e929b7ef5bda72b264299813 Mon Sep 17 00:00:00 2001 From: Jaclyn Chen Date: Tue, 12 Sep 2017 23:32:07 -0700 Subject: [PATCH] Fix source in podspec. --- Google-diff-Match-Patch.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Google-diff-Match-Patch.podspec b/Google-diff-Match-Patch.podspec index e1eb635..0ceac61 100644 --- a/Google-diff-Match-Patch.podspec +++ b/Google-diff-Match-Patch.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = { :type => 'Apache License, Version 2.0', :file => 'COPYING' } s.authors = { 'Neil Fraser' => 'fraser@google.com', 'Jan Weiß' => 'jan@geheimwerk.de' } - Pod::Specs.source = { :git => "https://github.com/JanX2/google-diff-match-patch-Objective-C.git", :tag => "v1.0.6" } + s.source = { :git => "https://github.com/JanX2/google-diff-match-patch-Objective-C.git", :tag => s.version } s.ios.deployment_target = '4.0' s.osx.deployment_target = '10.6'