From 3e90fb6ce150ef7d9d99459691342893a63eee72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B2=9D=E6=96=AF=E9=84=A7=E4=B8=8D=E5=88=A9=E5=A4=9A?= Date: Wed, 6 Nov 2019 17:15:45 +0800 Subject: [PATCH] =?UTF-8?q?HA-1229=20=E6=9B=B4=E6=96=B0=20podspec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RCTAppleHealthKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RCTAppleHealthKit.podspec b/RCTAppleHealthKit.podspec index 4b88696..4c26b27 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://github.com/terrillo/rn-apple-healthkit" + s.homepage = "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit" s.license = "MIT" s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } s.platform = :ios, "9.0" - s.source = { :git => "https://github.com/terrillo/rn-apple-healthkit", :tag => "master" } + s.source = { :git => "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit", :tag => "master" } s.source_files = "RCTAppleHealthKit/*.{h,m}" s.requires_arc = true -- 2.26.2