Skip to content

Commit

Permalink
🚑 Now can paste zip file into other app
Browse files Browse the repository at this point in the history
  • Loading branch information
AielloChan committed Jun 1, 2018
1 parent ff21fe9 commit 9110e7a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
platform :osx, '10.10'
use_frameworks!

source 'https://github.com/CocoaPods/Specs.git'

target 'ShadowZip' do

# Application
pod 'Zip'


end
16 changes: 16 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Zip (1.1.0)

DEPENDENCIES:
- Zip

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Zip

SPEC CHECKSUMS:
Zip: 8877eede3dda76bcac281225c20e71c25270774c

PODFILE CHECKSUM: fb735eaa2e293991c4dfd71b2342c5fc3e0a34f4

COCOAPODS: 1.5.3
10 changes: 10 additions & 0 deletions ShadowZip.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9110e7a

Please sign in to comment.