Bark/Podfile
2020-05-26 16:03:50 +08:00

29 lines
551 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 'UINavigationItem+Margin'
end
target 'Bark' do
pods
end
target 'NotificationServiceExtension' do
pod 'IceCream'
end