Skip to content

Commit

Permalink
Added CocoaPod support
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Jun 27, 2017
1 parent 37c8b84 commit 1b14c52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
17 changes: 17 additions & 0 deletions ZIPFoundation.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'ZIPFoundation'
s.version = '0.9.0'
s.license = 'MIT'
s.summary = 'Effortless ZIP Handling in Swift'
s.homepage = 'https://github.com/weichsel/ZIPFoundation'
s.social_media_url = 'http://twitter.com/weichsel'
s.authors = { 'Thomas Zoechling' => 'thomas@peakstep.com' }
s.source = { :git => 'https://github.com/weichsel/ZIPFoundation.git', :tag => s.version }

s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

s.source_files = 'Sources/ZIPFoundation/*.swift'
end

0 comments on commit 1b14c52

Please sign in to comment.