Kaynağa Gözat

fix podspec

Vinh Le 5 yıl önce
ebeveyn
işleme
a5c5318fba
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      ReactNativePermissions.podspec

+ 1
- 1
ReactNativePermissions.podspec Dosyayı Görüntüle

@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14 14
   s.platform        = :ios, "9.0"
15 15
   s.requires_arc    = true
16 16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
17
+  s.source          = { :git => s.repository.url, :tag => s.version }
18 18
   s.source_files    = "ios/**/*.{h,m}"
19 19
 end