18 lines
365 B
Ruby
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
|
|
|