Skip to content

Commit

Permalink
create CodeViewProject
Browse files Browse the repository at this point in the history
  • Loading branch information
iJoom committed Jul 25, 2020
1 parent 0d2712b commit 3d91098
Show file tree
Hide file tree
Showing 86 changed files with 6,130 additions and 1 deletion.
11 changes: 11 additions & 0 deletions PracticeCodeView/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 'PracticeCodeView' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for PracticeCodeView
pod 'SnapKit', '~> 5.0.0'
pod 'Then'
end
20 changes: 20 additions & 0 deletions PracticeCodeView/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- SnapKit (5.0.1)
- Then (2.7.0)

DEPENDENCIES:
- SnapKit (~> 5.0.0)
- Then

SPEC REPOS:
trunk:
- SnapKit
- Then

SPEC CHECKSUMS:
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
Then: acfe0be7e98221c6204e12f8161459606d5d822d

PODFILE CHECKSUM: 0aac893397d5d5968064ef7ab10c7074e621e39d

COCOAPODS: 1.9.3
20 changes: 20 additions & 0 deletions PracticeCodeView/Pods/Manifest.lock

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

933 changes: 933 additions & 0 deletions PracticeCodeView/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions PracticeCodeView/Pods/SnapKit/LICENSE

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

136 changes: 136 additions & 0 deletions PracticeCodeView/Pods/SnapKit/README.md

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

Loading

0 comments on commit 3d91098

Please sign in to comment.