Skip to content

Commit

Permalink
➕[ADD] : 프로젝트 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
comeheredart committed Aug 25, 2021
1 parent 9f2f8b5 commit 32c3e1e
Show file tree
Hide file tree
Showing 18 changed files with 1,268 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Basic-Exercise/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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

# Pods for Rx

pod 'RxSwift', '6.2.0'
pod 'RxCocoa', '6.2.0'

end
26 changes: 26 additions & 0 deletions Basic-Exercise/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
PODS:
- RxCocoa (6.2.0):
- RxRelay (= 6.2.0)
- RxSwift (= 6.2.0)
- RxRelay (6.2.0):
- RxSwift (= 6.2.0)
- RxSwift (6.2.0)

DEPENDENCIES:
- RxCocoa (= 6.2.0)
- RxSwift (= 6.2.0)

SPEC REPOS:
trunk:
- RxCocoa
- RxRelay
- RxSwift

SPEC CHECKSUMS:
RxCocoa: 4baf94bb35f2c0ab31bc0cb9f1900155f646ba42
RxRelay: e72dbfd157807478401ef1982e1c61c945c94b2f
RxSwift: d356ab7bee873611322f134c5f9ef379fa183d8f

PODFILE CHECKSUM: 053d610d7d4fd271e23645ceb3d2ebd8801b4d1a

COCOAPODS: 1.10.2
Loading

0 comments on commit 32c3e1e

Please sign in to comment.