Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Jul 15, 2021
1 parent 12712b7 commit 4764b9d
Show file tree
Hide file tree
Showing 132 changed files with 10,483 additions and 0 deletions.
11 changes: 11 additions & 0 deletions example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'ZXUserDefaultManager' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for ZXUserDefaultManager
pod 'SnapKit'
pod 'ZXKitCore/core'
end
27 changes: 27 additions & 0 deletions example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
PODS:
- SnapKit (5.0.1)
- ZXKitCore/core (0.1.5):
- SnapKit
- ZXKitUtil
- ZXKitUtil (3.0.1):
- ZXKitUtil/core (= 3.0.1)
- ZXKitUtil/core (3.0.1)

DEPENDENCIES:
- SnapKit
- ZXKitCore/core

SPEC REPOS:
trunk:
- SnapKit
- ZXKitCore
- ZXKitUtil

SPEC CHECKSUMS:
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
ZXKitCore: 51a3cdf16252e8e023c7bcc6d52b3d251faaed3c
ZXKitUtil: 7f8782b19f1696fe259d07f4048196be5f2ea6b7

PODFILE CHECKSUM: b8f329f9ee5281c1fcdd4ca446b9b4073483e104

COCOAPODS: 1.9.1
27 changes: 27 additions & 0 deletions example/Pods/Manifest.lock

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

1,372 changes: 1,372 additions & 0 deletions example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

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

Loading

0 comments on commit 4764b9d

Please sign in to comment.