Vinh Le 5 年 前
コミット
a5c5318fba
No account linked to committer's email address
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      ReactNativePermissions.podspec

+ 1
- 1
ReactNativePermissions.podspec ファイルの表示

@@ -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