Browse Source

Update rn-fetch-blob.podspec

Travis Nuttall 6 years ago
parent
commit
a309cc5330
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      rn-fetch-blob.podspec

+ 2
- 1
rn-fetch-blob.podspec View File

@@ -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'