Skip to content

Instantly share code, notes, and snippets.

@tigerraj32
Last active October 5, 2017 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tigerraj32/622b8ba61d76e08c7ad59a940c70cb7c to your computer and use it in GitHub Desktop.
Save tigerraj32/622b8ba61d76e08c7ad59a940c70cb7c to your computer and use it in GitHub Desktop.
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