mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
36 lines
602 B
Ruby
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
|