Skip to content

Instantly share code, notes, and snippets.

@alex-y-su
Created February 15, 2019 10:02
Show Gist options
  • Save alex-y-su/b76a8ccb09608b4815f135cf6ca01c90 to your computer and use it in GitHub Desktop.
Save alex-y-su/b76a8ccb09608b4815f135cf6ca01c90 to your computer and use it in GitHub Desktop.
platform :ios, '9.0'
def productions_pods
use_frameworks!
pod 'IGListKit', :git => 'https://github.com/drinkius/IGListKit.git', :tag => 'interactive-reordering'
pod 'Toaster', :git => 'https://github.com/drinkius/Toaster.git'
pod 'SwiftLint', '0.25.1'
pod 'FBSDKCoreKit', '4.33.0'
pod 'FBSDKLoginKit', '4.33.0'
pod 'SwiftyJSON'
pod 'SwiftyAttributes'
pod 'KeychainAccess'
pod 'InstagramKit'
pod 'Eureka'
pod 'FeedKit'
pod 'SwiftSoup'
pod 'SnapKit'
pod 'Firebase'
pod 'Firebase/Auth'
pod 'Firebase/Messaging'
pod 'FirebaseAnalytics'
pod 'Firebase/RemoteConfig'
pod 'PhoneNumberKit'
pod 'Fabric'
pod 'Crashlytics'
pod 'FavIcon'
pod 'RealmSwift'
pod 'SwiftyMarkdown'
pod 'Kingfisher'
pod 'AppCenter'
pod 'GoogleToolboxForMac'
pod 'SwinjectStoryboard'
pod 'ObjectMapper'
pod 'RxRealm'
pod 'RxSwift'
pod 'RxCocoa'
# VR
pod 'XCDYouTubeKit'
pod 'hpple'
pod 'Swifter', :git => 'https://github.com/mattdonnelly/Swifter.git', :tag => '2.1.0'
end
target 'Evry' do
productions_pods
target 'NotificationsServiceMobile' do
inherit! :search_paths
end
target 'EvryTests' do
inherit! :search_paths
# Pods for testing
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment