浏览代码

Added required Pod attribute homepage

Andrea Sessa 8 年前
父节点
当前提交
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
+