FMCPlanner2/Podfile
2016-03-31 15:57:13 +02:00

18 lines
365 B
Ruby

# Uncomment this line to define a global platform for your project
#platform :ios, '7.0'
# Uncomment this line if you're using Swift
# use_frameworks!
target 'FMC Planner 2' do
pod 'SWTableViewCell', '~> 0.3.7'
end
target 'FMC Planner 2Tests' do
pod 'SWTableViewCell', '~> 0.3.7'
end
target 'FMC Planner 2UITests' do
pod 'SWTableViewCell', '~> 0.3.7'
end