From 93ff7a1e3f3d1e43149a7a3995b10ce80ec61542 Mon Sep 17 00:00:00 2001 From: Geoffrey Young Date: Thu, 25 Feb 2016 17:35:04 -0500 Subject: [PATCH] get the github url correct --- CMHealth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMHealth.podspec b/CMHealth.podspec index 90f4128..f8545ec 100644 --- a/CMHealth.podspec +++ b/CMHealth.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| backed by CloudMine and the CloudMine Connected Health Cloud. DESC - s.homepage = "https://github.com/cloudmine/CMHealthSDK" + s.homepage = "https://github.com/cloudmine/CMHealthSDK-iOS" s.license = 'MIT' s.author = { "CloudMine" => "support@cloudmineinc.com" } s.source = { :git => "https://github.com/cloudmine/CMHealthSDK-iOS.git", :tag => s.version.to_s }