Skip to content

Instantly share code, notes, and snippets.

@GeekTree0101
Created April 25, 2019 11:59
Show Gist options
  • Save GeekTree0101/fbc629a700519a4a0e1ab9fcf9712100 to your computer and use it in GitHub Desktop.
Save GeekTree0101/fbc629a700519a4a0e1ab9fcf9712100 to your computer and use it in GitHub Desktop.
My Pod
use_frameworks!
inhibit_all_warnings!
target 'TODO' do
pod 'Texture'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxCocoa-Texture'
pod 'RxOptional'
pod 'Codextended'
pod 'RxAlamofire'
pod 'BonMot'
target 'CleanSwiftExampleTests' do
pod 'RxBlocking', '~> 4.4.0'
pod 'RxTest', '~> 4.4.0'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment