From 613ba12dcd33d0307c41889730bbb50e915780c9 Mon Sep 17 00:00:00 2001 From: Danil Gontovnik Date: Sat, 23 Jul 2016 21:51:43 +0100 Subject: [PATCH] Update DGElasticPullToRefresh.podspec --- DGElasticPullToRefresh.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DGElasticPullToRefresh.podspec b/DGElasticPullToRefresh.podspec index 882ff7b..ee89b24 100644 --- a/DGElasticPullToRefresh.podspec +++ b/DGElasticPullToRefresh.podspec @@ -2,9 +2,9 @@ Pod::Spec.new do |spec| spec.name = "DGElasticPullToRefresh" spec.version = "1.0.3" spec.authors = { "Danil Gontovnik" => "gontovnik.danil@gmail.com" } - spec.homepage = "https://github.com/haawa799/DGElasticPullToRefresh" + spec.homepage = "https://github.com/gontovnik/DGElasticPullToRefresh" spec.summary = "Elastic pull to refresh compontent developed in Swift" - spec.source = { :git => "https://github.com/haawa799/DGElasticPullToRefresh.git" } + spec.source = { :git => "https://github.com/gontovnik/DGElasticPullToRefresh.git" } spec.license = { :type => "MIT", :file => "LICENSE" } spec.platform = :ios, '7.0' spec.source_files = "DGElasticPullToRefresh/*.swift"