Browse Source

Added required Pod attribute homepage

Andrea Sessa 6 years ago
parent
commit
eab5a3cf84
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      ios/RNThumbnail.podspec

+ 2
- 1
ios/RNThumbnail.podspec View File

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
+