From 9f34bd8b361da60bfcc6ceb50e6168374f79acd3 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Sat, 2 Aug 2014 11:31:02 -0700 Subject: [PATCH] Fix the link to the homepage. --- XirSys.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XirSys.podspec b/XirSys.podspec index ca53b5e..ee09a4e 100644 --- a/XirSys.podspec +++ b/XirSys.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "XirSys" s.version = "0.1.0" s.summary = "An Objective-C client for the XirSys API." - s.homepage = "https://github.com/samsymonss/XirSys" + s.homepage = "https://github.com/samsymons/XirSys" s.license = 'MIT' s.author = { "Sam Symons" => "sam@samsymons.com" } s.source = { :git => "https://github.com/samsymons/XirSys.git", :tag => s.version.to_s }