Skip to content

Commit

Permalink
Update react-native-refresh-control.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
秃尾巴的猫 committed Dec 15, 2021
1 parent 9f5c0f6 commit 54483a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-native-refresh-control.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Pod::Spec.new do |s|
s.description = <<-DESC
react-native-refresh-control
DESC
s.homepage = "https://github.com/github_account/react-native-refresh-control"
s.homepage = "https://github.com/472647301/react-native-refresh-control"
# brief license entry:
s.license = "MIT"
# optional - use expanded license entry instead:
# s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Your Name" => "yourname@email.com" }
s.authors = { "byron" => "byron.zhuwenbo@gmail.com" }
s.platforms = { :ios => "9.0" }
s.source = { :git => "https://github.com/github_account/react-native-refresh-control.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/472647301/react-native-refresh-control.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
s.requires_arc = true
Expand Down

0 comments on commit 54483a6

Please sign in to comment.