Last active
October 5, 2017 09:39
-
-
Save tigerraj32/622b8ba61d76e08c7ad59a940c70cb7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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