Skip to content

Instantly share code, notes, and snippets.

@sjehutch
Created February 24, 2016 21:05
Show Gist options
  • Save sjehutch/857af790f32580a8f60a to your computer and use it in GitHub Desktop.
Save sjehutch/857af790f32580a8f60a to your computer and use it in GitHub Desktop.
podfile
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'Alamofire', '~> 3.0'
pod 'Fabric'
pod 'Crashlytics'
pod 'Parse', '~>1.11.0'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'PKHUD'
pod 'ParseTwitterUtils'
pod 'SwiftyJSON'
pod 'ParseUI'
pod 'ParseFacebookUtilsV4'
pod 'SWRevealViewController'
pod 'FSCalendar'
pod 'uservoice-iphone-sdk', '~> 3.2'
pod 'JSQMessagesViewController'
pod 'PubNub'
post_install do |installer|
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment