react-native-zip-archive 7.0.0 → 7.0.1-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,6 @@ Pod::Spec.new do |s|
15
15
 
16
16
  s.dependency 'React-Core'
17
17
  s.dependency 'SSZipArchive', '~>2.5.5'
18
- s.compiler_flags = '-GCC_PREPROCESSOR_DEFINITIONS="HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB MZ_ZIP_NO_SIGNING $(inherited)"'
19
18
 
20
19
  s.subspec 'Core' do |ss|
21
20
  ss.source_files = 'ios/*.{h,m}'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-zip-archive",
3
- "version": "7.0.0",
4
3
  "description": "A little wrapper on ZipArchive for react-native",
4
+ "version": "7.0.1-dev.0",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",