We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e630add commit c940bd3Copy full SHA for c940bd3
RNZIp.podspec renamed to RNZipArchive.podspec
@@ -3,7 +3,7 @@ pjson = JSON.parse(File.read('package.json'))
3
4
Pod::Spec.new do |s|
5
6
- s.name = "RNZIp"
+ s.name = "RNZipArchive"
7
s.version = pjson["version"]
8
s.homepage = "https://github.com/plrthink/react-native-zip-archive"
9
s.summary = pjson["description"]
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
s.source = { :git => "https://github.com/plrthink/react-native-zip-archive", :tag => "#{s.version}" }
14
s.source_files = '**/*.{h,m,c}'
15
s.preserve_paths = "**/*.js"
16
-
+
17
s.dependency 'React/Core'
18
19
end
0 commit comments