Travis Nuttall 5 jaren geleden
bovenliggende
commit
4339ac3551
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 1
    1
      package.json
  2. 2
    2
      rn-fetch-blob.podspec

+ 1
- 1
package.json Bestand weergeven

1
 {
1
 {
2
   "name": "rn-fetch-blob",
2
   "name": "rn-fetch-blob",
3
-  "version": "0.10.15",
3
+  "version": "0.10.16",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
   "main": "index.js",
5
   "main": "index.js",
6
   "scripts": {
6
   "scripts": {

+ 2
- 2
rn-fetch-blob.podspec Bestand weergeven

1
 Pod::Spec.new do |s|
1
 Pod::Spec.new do |s|
2
   s.name             = "rn-fetch-blob"
2
   s.name             = "rn-fetch-blob"
3
-  s.version          = "0.10.6"
3
+  s.version          = "0.10.16"
4
   s.summary          = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
4
   s.summary          = "A project committed to make file acess and data transfer easier, effiecient for React Native developers."
5
   s.requires_arc = true
5
   s.requires_arc = true
6
   s.license      = 'MIT'
6
   s.license      = 'MIT'
7
   s.homepage     = 'n/a'
7
   s.homepage     = 'n/a'
8
-  s.source       = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.10'}
8
+  s.source       = { :git => "https://github.com/joltup/rn-fetch-blob", :tag => 'v0.10.16'}
9
   s.author       = 'Joltup'
9
   s.author       = 'Joltup'
10
   s.source_files = 'ios/**/*.{h,m}'
10
   s.source_files = 'ios/**/*.{h,m}'
11
   s.platform     = :ios, "8.0"
11
   s.platform     = :ios, "8.0"