Skip to content
Permalink
f027c40a9c
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
21 lines (15 sloc) 437 Bytes
# 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'
target 'i2020_03_10_ReSwiftTests' do
inherit! :search_paths
# Pods for testing
end
target 'i2020_03_10_ReSwiftUITests' do
# Pods for testing
end
end