def common_deps
pod 'SwiftLint'
pod 'mopub-ios-sdk', '>= 4.18.0'
pod 'EVReflection/MoyaRxSwiftXML', '5.5'
pod 'FBAudienceNetwork', '= 4.27.2'
end
#NOTE - Keep MAX framework target in addition to MAXLib because MAXTests needs to be linked to a framework and CocoaPods throws an error if there is no framework target
target 'MAX' do
common_deps
target 'MAXTests' do
inherit! :search_paths
pod 'Quick'
pod 'Nimble'
end
end