pod init 입력

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'RxMemo' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for RxMemo
pod 'RxSwift', "6.2.0"
pod 'RxCocoa'
pod 'Action'
pod 'NSObject+Rx'
pod 'RxDataSources'
pod 'RxCoreData'
end
RxSwift, RxCocoa는 필수pod install


