Skip to content

Commit

Permalink
fix podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej Bednarczyk committed Jul 25, 2019
1 parent 82725f8 commit 07c388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-contacts.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = package_json["license"]
s.author = { package_json["author"] => package_json["author"] }
s.platform = :ios, "9.0"
s.source = { :git => package_json["repository"]["url"] }
s.source = { :git => "https://github.com/rt2zz/react-native-contacts.git" }
s.source_files = 'ios/RCTContacts/*.{h,m}'

s.dependency 'React'
Expand Down

0 comments on commit 07c388d

Please sign in to comment.