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