Skip to content

Commit

Permalink
Fixes URLs in podspec pointing to an invalid repository. (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
thkus authored and terrillo committed Jan 21, 2020
1 parent be222fa commit a7d67b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RCTAppleHealthKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7d67b0

Please sign in to comment.