소스 검색

Merge pull request #320 from kida7/patch-1

fix podspec
Mathieu Acthernoene 6 년 전
부모
커밋
2d55747392
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ReactNativePermissions.podspec

+ 1
- 1
ReactNativePermissions.podspec 파일 보기

14
   s.platform        = :ios, "9.0"
14
   s.platform        = :ios, "9.0"
15
   s.requires_arc    = true
15
   s.requires_arc    = true
16
 
16
 
17
-  s.source          = { :git => s.homepage, :tag => s.version }
17
+  s.source          = { :git => package["repository"]["url"], :tag => s.version }
18
   s.source_files    = "ios/**/*.{h,m}"
18
   s.source_files    = "ios/**/*.{h,m}"
19
 end
19
 end