mockingbot / react-native-zip-archive

Zip archive utility for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Old SSZipArchive dependency in iOS podspec

mgroeneweg opened this issue · comments

Hi,

The podspec fixes the version for SSZipArchive to 2.2.3. Can this restriction be removed or more lenient to newer releases? It prevents using the most recent version of the library. It is used by multiple modules in our app and now I need to stick to an older version.

Thanks in advance.

With regards,

Marcel

Yes, it should be compatible with the SSZipArchive under the semver.

PR are welcome.

Hi,

Just take out the version requirement here:

s.dependency 'SSZipArchive', '2.2.3'

Just released 6.0.9-beta.0 to address this issue. You can try this one and if everything is ok, we would push this publicly.

Both iOS and Android builds work fine. Thanks!

OK, just published in 6.0.9.