正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
RNVodeMjRefresh.podspec
100644 → 100755
| @@ -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 | ||
| @@ -22,4 +22,5 @@ Pod::Spec.new do |s| | @@ -22,4 +22,5 @@ Pod::Spec.new do |s| | ||
| 22 | 22 | ||
| 23 | end | 23 | end |
| 24 | 24 | ||
| 25 | + | ||
| 25 | 26 |
-
请 注册 或 登录 后发表评论