浏览代码

Update rn-fetch-blob.podspec

Travis Nuttall 6 年前
父节点
当前提交
a309cc5330
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      rn-fetch-blob.podspec

+ 2
- 1
rn-fetch-blob.podspec 查看文件

@@ -5,7 +5,8 @@ Pod::Spec.new do |s|
5 5
   s.requires_arc = true
6 6
   s.license      = 'MIT'
7 7
   s.homepage     = 'n/a'
8
-  s.source       = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.6'}
8
+  s.source       = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.10'}
9
+  s.author       = 'Joltup'
9 10
   s.source_files = 'ios/**/*.{h,m}'
10 11
   s.platform     = :ios, "8.0"
11 12
   s.dependency 'React/Core'