作者 周泳恩

no message

@@ -6,13 +6,13 @@ Pod::Spec.new do |s| @@ -6,13 +6,13 @@ Pod::Spec.new do |s|
6 s.description = <<-DESC 6 s.description = <<-DESC
7 RNVodeMjRefresh 7 RNVodeMjRefresh
8 DESC 8 DESC
9 - s.homepage = "" 9 + s.homepage = "https://github.com/author/RNVodeMjRefresh.git"
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.platform = :ios, "7.0" 13 s.platform = :ios, "7.0"
14 s.source = { :git => "https://github.com/author/RNVodeMjRefresh.git", :tag => "master" } 14 s.source = { :git => "https://github.com/author/RNVodeMjRefresh.git", :tag => "master" }
15 - s.source_files = "RNVodeMjRefresh/**/*.{h,m}" 15 + s.source_files = "**/*.{h,m}"
16 s.requires_arc = true 16 s.requires_arc = true
17 17
18 18
@@ -23,3 +23,4 @@ Pod::Spec.new do |s| @@ -23,3 +23,4 @@ Pod::Spec.new do |s|
23 end 23 end
24 24
25 25
  26 +