Skip to content

Commit

Permalink
publish to cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
plrthink committed Jul 18, 2016
1 parent e630add commit c940bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNZIp.podspec → RNZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pjson = JSON.parse(File.read('package.json'))

Pod::Spec.new do |s|

s.name = "RNZIp"
s.name = "RNZipArchive"
s.version = pjson["version"]
s.homepage = "https://github.com/plrthink/react-native-zip-archive"
s.summary = pjson["description"]
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/plrthink/react-native-zip-archive", :tag => "#{s.version}" }
s.source_files = '**/*.{h,m,c}'
s.preserve_paths = "**/*.js"

s.dependency 'React/Core'

end

0 comments on commit c940bd3

Please sign in to comment.