-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚑 Now can paste zip file into other app
- Loading branch information
1 parent
ff21fe9
commit 9110e7a
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.