Created
February 24, 2016 21:05
-
-
Save sjehutch/857af790f32580a8f60a to your computer and use it in GitHub Desktop.
podfile
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
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