Skip to content

Commit 2d55747

Browse files
authored
Merge pull request #320 from kida7/patch-1
fix podspec
2 parents 4ced8d2 + c3a5af7 commit 2d55747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactNativePermissions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, "9.0"
1515
s.requires_arc = true
1616

17-
s.source = { :git => s.homepage, :tag => s.version }
17+
s.source = { :git => package["repository"]["url"], :tag => s.version }
1818
s.source_files = "ios/**/*.{h,m}"
1919
end

0 commit comments

Comments
 (0)