From 6ef5cfdf3f5f9fb62897f0736609a732c2ee8124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B7=E4=BD=B3=E5=A8=9F?= Date: Tue, 22 Dec 2020 09:34:37 +0000 Subject: [PATCH] Update RCTAppleHealthKit.podspec --- RCTAppleHealthKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RCTAppleHealthKit.podspec b/RCTAppleHealthKit.podspec index 4c26b27..6b12027 100644 --- a/RCTAppleHealthKit.podspec +++ b/RCTAppleHealthKit.podspec @@ -2,11 +2,11 @@ Pod::Spec.new do |s| s.name = "RCTAppleHealthKit" s.summary = "A React Native bridge module for interacting with Apple Healthkit data" s.version = "0.6.5" - s.homepage = "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit" + s.homepage = "https://cm.h2u.com.tw/gitlab/ym/rn-apple-healthkit" s.license = "MIT" s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } s.platform = :ios, "9.0" - s.source = { :git => "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit", :tag => "master" } + s.source = { :git => "https://cm.h2u.com.tw/gitlab/ym/rn-apple-healthkit", :tag => "master" } s.source_files = "RCTAppleHealthKit/*.{h,m}" s.requires_arc = true -- 2.26.2