Skip to content

Commit b0c2dfc

Browse files
author
SDS
committed
Fixed issue with source URL not pointing to the correct repo
1 parent 3e49c74 commit b0c2dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-s3.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.homepage = package["homepage"]
1111
s.license = package["license"]
1212
s.platform = :ios, "7.0"
13-
s.source = { :git => "https://github.com/yamill/react-native-orientation.git", :tag => "#{s.version}" }
13+
s.source = { :git => "https://github.com/mybigday/react-native-s3.gi", :tag => "#{s.version}" }
1414
s.source_files = "ios/RNS3/*.{h,m}"
1515
s.dependency "React"
1616
end

0 commit comments

Comments
 (0)