diff --git a/RCTAppleHealthKit.podspec b/RCTAppleHealthKit.podspec index 546e8f94..d2dac837 100644 --- a/RCTAppleHealthKit.podspec +++ b/RCTAppleHealthKit.podspec @@ -9,11 +9,11 @@ Pod::Spec.new do |s| s.description = <<-DESC A React Native package for interacting with Apple HealthKit DESC - s.homepage = "https://github.com/github_account/react-native-healthkit" + s.homepage = "https://github.com/terrillo/rn-apple-healthkit" s.license = "MIT" s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } s.platforms = { :ios => "9.0" } - s.source = { :git => "https://github.com/github_account/react-native-healthkit.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/terrillo/rn-apple-healthkit.git", :tag => "#{s.version}" } s.source_files = "RCTAppleHealthKit/**/*.{h,m,swift}" s.requires_arc = true