Bark/Podfile
2021-04-27 18:21:22 +08:00

36 lines
602 B
Ruby

platform:ios,'11.0'
inhibit_all_warnings!
use_modular_headers!
def pods
pod 'SnapKit'
pod 'Material'
pod 'KVOController'
pod 'SVProgressHUD'
pod 'FDFullscreenPopGesture'
pod 'Moya/RxSwift'
pod 'ObjectMapper'
pod 'SwiftyJSON'
pod 'DeviceKit'
pod 'DefaultsKit', :git => 'https://github.com/nmdias/DefaultsKit'
pod 'IceCream'
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxGesture'
pod 'RxDataSources'
pod 'NSObject+Rx'
pod 'MJRefresh'
end
target 'Bark' do
pods
end
target 'NotificationServiceExtension' do
pod 'IceCream'
end