소스 검색

Added required Pod attribute homepage

Andrea Sessa 7 년 전
부모
커밋
eab5a3cf84
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      ios/RNThumbnail.podspec

+ 2
- 1
ios/RNThumbnail.podspec 파일 보기

10
   s.license      = "MIT"
10
   s.license      = "MIT"
11
   # s.license      = { :type => "MIT", :file => "FILE_LICENSE" }
11
   # s.license      = { :type => "MIT", :file => "FILE_LICENSE" }
12
   s.author             = { "author" => "author@domain.cn" }
12
   s.author             = { "author" => "author@domain.cn" }
13
+  s.homepage     = "https://github.com/author/RNThumbnail"
13
   s.platform     = :ios, "7.0"
14
   s.platform     = :ios, "7.0"
14
   s.source       = { :git => "https://github.com/author/RNThumbnail.git", :tag => "master" }
15
   s.source       = { :git => "https://github.com/author/RNThumbnail.git", :tag => "master" }
15
   s.source_files  = "RNThumbnail/**/*.{h,m}"
16
   s.source_files  = "RNThumbnail/**/*.{h,m}"
21
 
22
 
22
 end
23
 end
23
 
24
 
24
-  
25
+