forked from wkh237/react-native-fetch-blob
-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 0.10.6 and update contributors
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
960px <[email protected]> | ||
Amerrnath <[email protected]> | ||
Andreas Amsenius <[email protected]> | ||
Andrew Jack <[email protected]> | ||
Arthur Ouaki <[email protected]> | ||
Ben <[email protected]> | ||
Ben Hsieh <[email protected]> | ||
Binur Konarbai <[email protected]> | ||
Bronco <[email protected]> | ||
Chris Sloey <[email protected]> | ||
|
@@ -12,6 +15,8 @@ Erik Smartt <[email protected]> | |
Evgeniy Baraniuk <[email protected]> | ||
Frank van der Hoek <[email protected]> | ||
Guy Blank <[email protected]> | ||
Jacob Lauritzen <[email protected]> | ||
Jeremi Stadler <[email protected]> | ||
Jon San Miguel <[email protected]> | ||
Juan B. Rodriguez <[email protected]> | ||
Kaishley <[email protected]> | ||
|
@@ -24,6 +29,7 @@ Nick Pomfret <[email protected]> | |
Oliver <[email protected]> | ||
Petter Hesselberg <[email protected]> | ||
Reza Ghorbani <[email protected]> | ||
Simón Gómez <[email protected]> | ||
Steve Liles <[email protected]> | ||
Tim Suchanek <[email protected]> | ||
Yonsh Lin <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "react-native-fetch-blob" | ||
s.version = "0.10.3-beta.1" | ||
s.version = "0.10.6" | ||
s.summary = "A project committed to make file acess and data transfer easier, effiecient for React Native developers." | ||
s.requires_arc = true | ||
s.license = 'MIT' | ||
s.homepage = 'n/a' | ||
s.authors = { "wkh237" => "[email protected]" } | ||
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.3-beta.1'} | ||
s.source = { :git => "https://github.com/wkh237/react-native-fetch-blob", :tag => 'v0.10.6'} | ||
s.source_files = 'ios/**/*.{h,m}' | ||
s.platform = :ios, "7.0" | ||
s.dependency 'React/Core' | ||
|