Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit f47b910

Browse files
committed
change pod version
1 parent bec9acc commit f47b910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/react-native-fetch-blob.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "react-native-fetch-blob"
3-
s.version = "0.9.3"
3+
s.version = "0.9.4-beta.3"
44
s.summary = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
55
s.requires_arc = true
66
s.license = 'MIT'
77
s.homepage = 'n/a'
88
s.authors = { "wkh237" => "[email protected]" }
9-
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob" }
9+
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.9.4-beta.3'}
1010
s.source_files = 'ios/**/*.{h,m}'
1111
s.platform = :ios, "7.0"
1212
s.dependency 'React/Core'

0 commit comments

Comments
 (0)