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