Skip to content

Instantly share code, notes, and snippets.

@tigerraj32
Last active October 5, 2017 09:39
use_frameworks!
# Pods for Connect
def allPods
pod 'Alamofire','~> 3.4.1'
pod 'IQKeyboardManager'
pod 'FMDB', '~> 2.6'
pod 'Toast-Swift', '~> 1.3.0'
pod 'Fabric'
pod 'Crashlytics'
end
target 'Connect' do
allPods
end
target 'ConnectUAT' do
allPods
end
target 'ConnectDEV' do
allPods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment