platform :ios, '9.0' use_frameworks! inhibit_all_warnings! target 'ExpandableCellDemo-ios' do pod 'TableKit', :git => 'https://github.com/TouchInstinct/TableKit', :commit => 'ff18a4d8b84e5970963e69968bc17399c8c855c4' pod 'PinLayout' pod 'SnapKit' end