Last active
May 14, 2018 11:25
-
-
Save MrAtiebatie/04b6b3e8fed54b9e977466a11b1d52e9 to your computer and use it in GitHub Desktop.
Podfile
This file contains 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
# Uncomment the next line to define a global platform for your project | |
# platform :ios, '9.0' | |
target 'Pusher' do | |
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks | |
use_frameworks! | |
# Pods for Pusher | |
pod 'Alamofire' | |
pod 'SwiftyJSON' | |
pod 'Locksmith' | |
pod 'PusherSwift' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment