Skip to content

Commit c940bd3

Browse files
committed
publish to cocoapods
1 parent e630add commit c940bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RNZIp.podspec renamed to RNZipArchive.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pjson = JSON.parse(File.read('package.json'))
33

44
Pod::Spec.new do |s|
55

6-
s.name = "RNZIp"
6+
s.name = "RNZipArchive"
77
s.version = pjson["version"]
88
s.homepage = "https://github.com/plrthink/react-native-zip-archive"
99
s.summary = pjson["description"]
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :git => "https://github.com/plrthink/react-native-zip-archive", :tag => "#{s.version}" }
1414
s.source_files = '**/*.{h,m,c}'
1515
s.preserve_paths = "**/*.js"
16-
16+
1717
s.dependency 'React/Core'
1818

1919
end

0 commit comments

Comments
 (0)