Pod fo SWCells

This commit is contained in:
2016-03-31 15:57:13 +02:00
parent 1abf1a0c2a
commit 3628451317
70 changed files with 4109 additions and 18 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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