Skip to content

Instantly share code, notes, and snippets.

@MrAtiebatie
Last active May 14, 2018 11:25
Show Gist options
  • Save MrAtiebatie/04b6b3e8fed54b9e977466a11b1d52e9 to your computer and use it in GitHub Desktop.
Save MrAtiebatie/04b6b3e8fed54b9e977466a11b1d52e9 to your computer and use it in GitHub Desktop.
Podfile
# 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