Skip to content

Commit

Permalink
refactoring in the attempt to make a cocoapod work
Browse files Browse the repository at this point in the history
  • Loading branch information
aferditamuriqi committed Sep 28, 2020
1 parent 1087ac4 commit 930aada
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 811 deletions.
4 changes: 2 additions & 2 deletions Minizip.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "Minizip"
s.version = "1.4.3"
s.version = "1.4.4"
s.license = "MIT"
s.summary = "Minizip"
s.homepage = "http://d-i-t-a.github.io"
s.author = { "Aferdita Muriqi" => "[email protected]" }
s.source = { :git => "https://github.com/d-i-t-a/Minizip.git", :tag => "2.0.0-alpha.1" }
s.source = { :git => "https://github.com/d-i-t-a/Minizip.git", :tag => "1.4.4" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.source_files = "Minizip/**/*.{m,c,h,swift}", "Vendor/Minizip/**/*.{m,c,h,swift}", "Vendor/Minizip/aes/**/*.{m,c,h,swift}"
Expand Down
Loading

0 comments on commit 930aada

Please sign in to comment.