From c97a6a2defbdaf9a677d1cd00c0e8f89d31cc7ae Mon Sep 17 00:00:00 2001 From: Josh Lieberman Date: Thu, 5 Jan 2017 13:13:16 -0500 Subject: [PATCH] Update ActivityIndicator.podspec Fix typo --- ActivityIndicator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActivityIndicator.podspec b/ActivityIndicator.podspec index ffd0773..3eb2f42 100644 --- a/ActivityIndicator.podspec +++ b/ActivityIndicator.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.platform = :ios, '8.0' - s.source = { :git => "hhttps://github.com/aenetworks/ActivityIndicator.git", :tag => "v3.0-ae" } + s.source = { :git => "https://github.com/aenetworks/ActivityIndicator.git", :tag => "v3.0-ae" } s.source_files = "NVActivityIndicatorView/**/*.swift" s.frameworks = "UIKit", "QuartzCore"