|
...
|
...
|
@@ -6,13 +6,13 @@ Pod::Spec.new do |s| |
|
|
|
s.description = <<-DESC
|
|
|
|
RNVodeMjRefresh
|
|
|
|
DESC
|
|
|
|
s.homepage = ""
|
|
|
|
s.homepage = "https://github.com/author/RNVodeMjRefresh.git"
|
|
|
|
s.license = "MIT"
|
|
|
|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
|
|
|
s.author = { "author" => "author@domain.cn" }
|
|
|
|
s.platform = :ios, "7.0"
|
|
|
|
s.source = { :git => "https://github.com/author/RNVodeMjRefresh.git", :tag => "master" }
|
|
|
|
s.source_files = "RNVodeMjRefresh/**/*.{h,m}"
|
|
|
|
s.source_files = "**/*.{h,m}"
|
|
|
|
s.requires_arc = true
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -23,3 +23,4 @@ Pod::Spec.new do |s| |
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\ No newline at end of file |
...
|
...
|
|