Created
December 26, 2015 14:33
-
-
Save jcampbell05/fe1632accc461fa32410 to your computer and use it in GitHub Desktop.
Sup pod file
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
platform :ios, '8.0' | |
use_frameworks! | |
#UI | |
pod 'ActionSheetPicker-3.0', '~> 1.5.0' | |
pod 'BFPaperTableViewCell' | |
pod 'BFPaperButton' | |
pod 'KVNProgress' | |
pod 'SWTableViewCell', '~> 0.3.7' | |
#Core | |
pod 'Crashlytics', '3.3.4' | |
pod 'Branch' | |
pod 'Fabric' | |
pod 'Firebase' | |
pod 'FBSDKCoreKit', :git => 'https://github.com/jcampbell05/facebook-ios-sdk' | |
pod 'FBSDKLoginKit' | |
pod 'FBSDKShareKit' | |
pod 'GeoFire', '>= 1.1' | |
pod 'JLRoutes' | |
pod 'JTSImageViewController' | |
pod 'JSQMessagesViewController' | |
pod 'libextobjc' | |
pod 'libPhoneNumber-iOS', '~> 0.7' | |
pod 'MMDrawerController' | |
pod 'Parse' | |
pod 'SDWebImage' | |
pod 'Appirater' | |
#Functional | |
pod 'RxBlocking', '2.0.0-beta.4' | |
pod 'RxCocoa', '2.0.0-beta.4' | |
pod 'RxSwift', '2.0.0-beta.4' | |
#Analytics | |
pod 'Google/Analytics', '~> 1.0.0' | |
pod 'GoogleTagManager' | |
pod 'Instabug' | |
pod 'le' | |
pod 'Heap' | |
pod 'Mixpanel' | |
target 'Sup' do | |
end | |
target 'SupTests' do | |
#Tests | |
pod 'FBSnapshotTestCase/Core' | |
pod 'OCMock' | |
end | |
target 'Sup-Watch Extension' do | |
platform :watchos, '2.0' | |
pod 'RxBlocking', '2.0.0-beta.4' | |
pod 'RxCocoa', '2.0.0-beta.4' | |
pod 'RxSwift', '2.0.0-beta.4' | |
pod 'ObjectMapper' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment