Created
April 25, 2019 11:59
-
-
Save GeekTree0101/fbc629a700519a4a0e1ab9fcf9712100 to your computer and use it in GitHub Desktop.
My Pod
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
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