Skip to content

Instantly share code, notes, and snippets.

@modestman
Created December 21, 2017 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modestman/8a7043c79490faecc0ae1e284045859a to your computer and use it in GitHub Desktop.
Save modestman/8a7043c79490faecc0ae1e284045859a to your computer and use it in GitHub Desktop.
source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
def core_pods
pod 'Globus/CoreFoundation/DateFormatter'
pod 'Globus/ApiManager'
pod 'Globus/Model'
pod 'Globus/Timer'
pod 'Globus/Timeout'
pod 'Globus/Cache'
end
def uikit_pods
pod 'Globus/Window'
pod 'Globus/ViewController'
pod 'Globus/SlideViewController'
pod 'Globus/NavigationViewController'
pod 'Globus/SplitViewController'
pod 'Globus/DialogViewController'
pod 'Globus/PopoverController'
pod 'Globus/WebViewController'
pod 'Globus/PageControl'
pod 'Globus/TouchView'
pod 'Globus/SpinnerView/Base'
pod 'Globus/DataView/Base'
pod 'Globus/DataView/SectionsListContainer'
pod 'Globus/DataView/ItemsListContainer'
pod 'Globus/DataView/ItemsFlowContainer'
pod 'Globus/ScrollView'
pod 'Globus/LoadedView'
pod 'Globus/TextField'
pod 'Globus/DateField'
pod 'Globus/ListField'
pod 'Globus/PhoneField'
pod 'Globus/TextView'
pod 'Globus/ImageView'
pod 'Globus/Style'
pod 'Globus/VideoPlayerView'
pod 'Globus/NotificationManager'
pod 'Globus/AudioSession'
end
target 'Tele2' do
platform :ios, '7.1'
core_pods
uikit_pods
pod 'Globus/CocoaPods'
pod 'Fabric'
pod 'Crashlytics'
pod 'SHAlertViewBlocks'
pod 'SHActionSheetBlocks'
pod 'EDStarRating'
pod 'iCarousel'
pod 'YandexMobileMetrica', '2.5.0'
pod 'IviPlayer', :path => './CocoaPods/'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment