Bark/Podfile
2020-11-18 15:25:44 +08:00

35 lines
629 B
Ruby

platform:ios,'10.0'
inhibit_all_warnings!
use_modular_headers!
source 'https://github.com/CocoaPods/Specs.git'
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'
end
target 'Bark' do
pods
end
target 'NotificationServiceExtension' do
pod 'IceCream'
end