Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
hexarf committed Jan 5, 2021
1 parent 851f1fb commit b1b28ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIBs.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RIBs is the cross-platform architecture behind many mobile apps at Uber. This ar
s.homepage = 'https://github.com/uber/RIBs'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE.txt' }
s.author = { 'uber' => '[email protected]' }
s.source = { :git => 'https://github.com/uber/RIBs.git', :tag => 'v' + s.version.to_s }
s.source = { :git => 'https://github.com/hexarf/RIBs.git', :tag => 'v' + s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'ios/RIBs/Classes/**/*'
s.dependency 'RxSwift', '~> 6.0.0'
Expand Down

0 comments on commit b1b28ac

Please sign in to comment.