source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '9.0'

target 'agineek_pad_plugin' do
  pod 'Swiftlint'
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    puts target.name
  end
end
