source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'LayoutKitSampleApp' do
  pod 'LayoutKit'
  use_frameworks!
end
