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