diff --git a/RCTAppleHealthKit.podspec b/RCTAppleHealthKit.podspec index 4c26b27126c77c23ea3a545a04156019746b34f3..6b1202791829113198769206de6090055806b09e 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