Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'i2020_03_10_ReSwift' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for i2020_03_10_ReSwift
pod 'ReSwift', '~> 5'
pod 'RxCocoa', '~> 5'
target 'i2020_03_10_ReSwiftTests' do
inherit! :search_paths
# Pods for testing
end
target 'i2020_03_10_ReSwiftUITests' do
# Pods for testing
end
end