|
@@ -1,12 +1,12 @@
|
1
|
1
|
Pod::Spec.new do |s|
|
2
|
2
|
s.name = "react-native-fetch-blob"
|
3
|
|
- s.version = "0.9.5-beta.4"
|
|
3
|
+ s.version = "0.9.5"
|
4
|
4
|
s.summary = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
|
5
|
5
|
s.requires_arc = true
|
6
|
6
|
s.license = 'MIT'
|
7
|
7
|
s.homepage = 'n/a'
|
8
|
8
|
s.authors = { "wkh237" => "xeiyan@gmail.com" }
|
9
|
|
- s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.9.5-beta.4'}
|
|
9
|
+ s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.9.5'}
|
10
|
10
|
s.source_files = 'ios/**/*.{h,m}'
|
11
|
11
|
s.platform = :ios, "7.0"
|
12
|
12
|
s.dependency 'React/Core'
|