Browse Source

Merge pull request #2 from asessa/patch-1

Added required Pod attribute homepage
Hau Vo 6 years ago
parent
commit
9aa8a56991
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      ios/RNThumbnail.podspec

+ 2
- 1
ios/RNThumbnail.podspec View File

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