We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ced8d2 + c3a5af7 commit 2d55747Copy full SHA for 2d55747
ReactNativePermissions.podspec
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
s.platform = :ios, "9.0"
15
s.requires_arc = true
16
17
- s.source = { :git => s.homepage, :tag => s.version }
+ s.source = { :git => package["repository"]["url"], :tag => s.version }
18
s.source_files = "ios/**/*.{h,m}"
19
end
0 commit comments